[tor-commits] [tor/master] Fix typo in comment on crypto_add_spaces_to_fp

nickm at torproject.org nickm at torproject.org
Wed Nov 25 14:08:23 UTC 2015


commit 84d1373ba075febd5c362701a4dfee66ca9a5c19
Author: teor (Tim Wilson-Brown) <teor2345 at gmail.com>
Date:   Mon Nov 23 18:59:11 2015 +1100

    Fix typo in comment on crypto_add_spaces_to_fp
---
 src/common/crypto.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/common/crypto.c b/src/common/crypto.c
index f5f9bbe..80345d4 100644
--- a/src/common/crypto.c
+++ b/src/common/crypto.c
@@ -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)
 {





More information about the tor-commits mailing list