From: Sebastian Hahn Date: Sat, 29 Aug 2009 16:34:28 +0000 (+0200) Subject: typo X-Git-Tag: tor-0.2.2.2-alpha~52 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=742788b737c98b2c775f8e14772753d10add21c5;p=thirdparty%2Ftor.git typo --- diff --git a/src/common/util.c b/src/common/util.c index 19839e23a1..39e265404a 100644 --- a/src/common/util.c +++ b/src/common/util.c @@ -746,7 +746,7 @@ tor_parse_double(const char *s, double min, double max, int *ok, char **next) CHECK_STRTOX_RESULT(); } -/** As tor_parse_log, but return a unit64_t. Only base 10 is guaranteed to +/** As tor_parse_long, but return a uint64_t. Only base 10 is guaranteed to * work for now. */ uint64_t tor_parse_uint64(const char *s, int base, uint64_t min,