diff options
Diffstat (limited to 'lib/libc/locale/wcstoimax.c')
-rw-r--r-- | lib/libc/locale/wcstoimax.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/locale/wcstoimax.c b/lib/libc/locale/wcstoimax.c index f145f54..0dadd5a 100644 --- a/lib/libc/locale/wcstoimax.c +++ b/lib/libc/locale/wcstoimax.c @@ -47,7 +47,7 @@ __FBSDID("$FreeBSD$"); #include <wctype.h> /* - * Convert a wide character string to a intmax_t integer. + * Convert a wide character string to an intmax_t integer. */ intmax_t wcstoimax(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, |