diff options
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 926000e..3c3e74a 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 |