summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/strtouq.c
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2001-11-28 00:48:11 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2001-11-28 00:48:11 +0000
commit7e302fc7a2591a1f26d7f94ef7d4292930773148 (patch)
tree39609fa880161cf047c27ac96bdf1f70f43a0e14 /lib/libc/stdlib/strtouq.c
parentd262b81bdb16514d281404c8eac9a9c9165554cf (diff)
Notes
Diffstat (limited to 'lib/libc/stdlib/strtouq.c')
-rw-r--r--lib/libc/stdlib/strtouq.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libc/stdlib/strtouq.c b/lib/libc/stdlib/strtouq.c
index 1b59c4a7b92b..d5e992a0bede 100644
--- a/lib/libc/stdlib/strtouq.c
+++ b/lib/libc/stdlib/strtouq.c
@@ -43,9 +43,6 @@ static char sccsid[] = "@(#)strtouq.c 8.1 (Berkeley) 6/4/93";
/*
* Convert a string to an unsigned quad integer.
- *
- * Assumes that the upper and lower case
- * alphabets and digits are each contiguous.
*/
u_quad_t
strtouq(nptr, endptr, base)