mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Fix all the remaining misspellings -- BZ 25337
This commit is contained in:
@ -44,7 +44,7 @@
|
||||
# define CHAR__MIN WCHAR_MIN
|
||||
|
||||
/* Wcsncmp uses signed semantics for comparison, not unsigned.
|
||||
Avoid using substraction since possible overflow */
|
||||
Avoid using subtraction since possible overflow */
|
||||
int
|
||||
simple_wcsncmp (const CHAR *s1, const CHAR *s2, size_t n)
|
||||
{
|
||||
|
Reference in New Issue
Block a user