summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2009-08-29 18:34:28 +0200
committerSebastian Hahn <sebastian@torproject.org>2009-09-01 21:58:06 +0200
commit742788b737c98b2c775f8e14772753d10add21c5 (patch)
tree0fb7286f2b7a096c27d02ee82a8d7e0303d2b77d /src/common
parentcdc8ea297672ea05bfde254923843f8a2bd31802 (diff)
downloadtor-742788b737c98b2c775f8e14772753d10add21c5.tar.gz
tor-742788b737c98b2c775f8e14772753d10add21c5.zip
typo
Diffstat (limited to 'src/common')
-rw-r--r--src/common/util.c2
1 files changed, 1 insertions, 1 deletions
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,