From: Nick Mathewson Date: Fri, 7 Apr 2017 14:00:08 +0000 (-0400) Subject: Comment fix. (Catalyst spotted this) X-Git-Tag: tor-0.3.1.1-alpha~177 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d33c3627f4e690b80c8801e306159e8d90e930e4;p=thirdparty%2Ftor.git Comment fix. (Catalyst spotted this) --- diff --git a/src/common/util_format.c b/src/common/util_format.c index f6788e9687..419cc129d2 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 does not count the terminating NUL byte, - * but base64_encoded_size does.) + * but base32_encoded_size does.) * * If flags&BASE64_ENCODE_MULTILINE is true, return the size * of the encoded output as multiline output (64 character, `\n' terminated