]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
typo
authorSebastian Hahn <sebastian@torproject.org>
Sat, 29 Aug 2009 16:34:28 +0000 (18:34 +0200)
committerSebastian Hahn <sebastian@torproject.org>
Tue, 1 Sep 2009 19:58:06 +0000 (21:58 +0200)
src/common/util.c

index 19839e23a189abc5d7377c0f86e30933182b3613..39e265404a48c24e558777748348a908a999c9bb 100644 (file)
@@ -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,