]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix typo in comment on crypto_add_spaces_to_fp
authorteor (Tim Wilson-Brown) <teor2345@gmail.com>
Mon, 23 Nov 2015 07:59:11 +0000 (18:59 +1100)
committerteor (Tim Wilson-Brown) <teor2345@gmail.com>
Mon, 23 Nov 2015 07:59:11 +0000 (18:59 +1100)
src/common/crypto.c

index f5f9bbef0d8cf4c707a06f3cfa3947d00afabf4a..80345d430c34d10ade3adf0116e0e6713108c527 100644 (file)
@@ -1332,7 +1332,7 @@ crypto_pk_get_all_digests(crypto_pk_t *pk, digests_t *digests_out)
 }
 
 /** Copy <b>in</b> to the <b>outlen</b>-byte buffer <b>out</b>, adding spaces
- * every four spaces. */
+ * every four characters. */
 void
 crypto_add_spaces_to_fp(char *out, size_t outlen, const char *in)
 {