diff options
author | Robert Ransom <rransom.8774@gmail.com> | 2011-06-19 01:28:40 -0700 |
---|---|---|
committer | Robert Ransom <rransom.8774@gmail.com> | 2011-06-22 14:09:43 -0700 |
commit | d7254bea11a0fc2685cc2ea24fb57d2ab3945b2f (patch) | |
tree | 2a1a0cda35b41780c2dfe88c6d46e864d580e2e3 /src/common | |
parent | 8a55da57ed17dfb9cefe3193cbda53a15547630e (diff) | |
download | tor-d7254bea11a0fc2685cc2ea24fb57d2ab3945b2f.tar.gz tor-d7254bea11a0fc2685cc2ea24fb57d2ab3945b2f.zip |
Fix minor comment issues
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/compat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/compat.c b/src/common/compat.c index 9377959eb4..c9839255d4 100644 --- a/src/common/compat.c +++ b/src/common/compat.c @@ -415,7 +415,7 @@ tor_vasprintf(char **strp, const char *fmt, va_list args) * * This function is <em>not</em> timing-safe. * - * Requires that nlen be greater than zero. + * Requires that <b>nlen</b> be greater than zero. */ const void * tor_memmem(const void *_haystack, size_t hlen, |