]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Comment fix. (Catalyst spotted this)
authorNick Mathewson <nickm@torproject.org>
Fri, 7 Apr 2017 14:00:08 +0000 (10:00 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 7 Apr 2017 14:00:08 +0000 (10:00 -0400)
src/common/util_format.c

index f6788e9687172f6ec79277fb3230c112ed10861e..419cc129d2dc466950480c1155a39bbd25d7f5f1 100644 (file)
@@ -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>&amp;BASE64_ENCODE_MULTILINE is true, return the size
  * of the encoded output as multiline output (64 character, `\n' terminated