diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-04-07 10:00:08 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-04-07 10:00:08 -0400 |
commit | d33c3627f4e690b80c8801e306159e8d90e930e4 (patch) | |
tree | 20d99a5934ece1bc900fbeb21de792cea50daf76 /src/common/util_format.c | |
parent | 61f1838cdc3dc11c6154c137b39817081dc0849f (diff) | |
download | tor-d33c3627f4e690b80c8801e306159e8d90e930e4.tar.gz tor-d33c3627f4e690b80c8801e306159e8d90e930e4.zip |
Comment fix. (Catalyst spotted this)
Diffstat (limited to 'src/common/util_format.c')
-rw-r--r-- | src/common/util_format.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <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 |