commit d33c3627f4e690b80c8801e306159e8d90e930e4 Author: Nick Mathewson nickm@torproject.org Date: Fri Apr 7 10:00:08 2017 -0400
Comment fix. (Catalyst spotted this) --- src/common/util_format.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/common/util_format.c b/src/common/util_format.c index f6788e9..419cc12 100644 --- a/src/common/util_format.c +++ b/src/common/util_format.c @@ -136,7 +136,7 @@ base32_decode(char *dest, size_t destlen, const char *src, size_t srclen) * bytes. * * (WATCH OUT: This API <em>does not</em> count the terminating NUL byte, - * but base64_encoded_size does.) + * but base32_encoded_size does.) * * If <b>flags</b>&BASE64_ENCODE_MULTILINE is true, return the size * of the encoded output as multiline output (64 character, `\n' terminated