From 5e01a86b42fe2c975408dd7be0d2d4627c8c2f38 Mon Sep 17 00:00:00 2001 From: Sebastian Hahn Date: Thu, 3 Sep 2009 03:01:23 +0200 Subject: some cleanups: documentation fix for get_uint64 remove extra "." from a log line fix a long line --- src/common/compat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/common/compat.c') diff --git a/src/common/compat.c b/src/common/compat.c index 29425c249..e1a275de1 100644 --- a/src/common/compat.c +++ b/src/common/compat.c @@ -480,8 +480,8 @@ get_uint32(const char *cp) return v; } /** - * Read a 32-bit value beginning at cp. Equivalent to - * *(uint32_t*)(cp), but will not cause segfaults on platforms that forbid + * Read a 64-bit value beginning at cp. Equivalent to + * *(uint64_t*)(cp), but will not cause segfaults on platforms that forbid * unaligned memory access. */ uint64_t -- cgit v1.2.3