diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-09-04 16:39:11 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-09-04 16:39:11 +0000 |
commit | 4e6b1570629ce55fb6038c1d7ea2400c0a47a8a4 (patch) | |
tree | 7bcee0477a1db7819fa0b437d2bfb0714a1119df /lib/libc/stdlib/strtouq.c | |
parent | d6669bbcc23dde3f89519a5c2c10ca43fe24d6b7 (diff) |
Notes
Diffstat (limited to 'lib/libc/stdlib/strtouq.c')
-rw-r--r-- | lib/libc/stdlib/strtouq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/strtouq.c b/lib/libc/stdlib/strtouq.c index 926000e6e7f4..3c3e74a32d13 100644 --- a/lib/libc/stdlib/strtouq.c +++ b/lib/libc/stdlib/strtouq.c @@ -47,7 +47,7 @@ static const char rcsid[] = /* * Convert a string to an unsigned quad integer. * - * Ignores `locale' stuff. Assumes that the upper and lower case + * Assumes that the upper and lower case * alphabets and digits are each contiguous. */ u_quad_t |