diff options
Diffstat (limited to 'wcsmbs')
-rw-r--r-- | wcsmbs/wchar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wcsmbs/wchar.h b/wcsmbs/wchar.h index e8aae7ad7b..5f23cab036 100644 --- a/wcsmbs/wchar.h +++ b/wcsmbs/wchar.h @@ -184,7 +184,7 @@ extern wchar_t *wcsrchr (__const wchar_t *__wcs, wchar_t __wc) __THROW __attribute_pure__; #ifdef __USE_GNU -/* This funciton is similar to `wcschr'. But it returns a pointer to +/* This function is similar to `wcschr'. But it returns a pointer to the closing NUL wide character in case C is not found in S. */ extern wchar_t *wcschrnul (__const wchar_t *__s, wchar_t __wc) __THROW __attribute_pure__; |