diff options
author | pfg <pfg@FreeBSD.org> | 2016-04-30 01:24:24 +0000 |
---|---|---|
committer | pfg <pfg@FreeBSD.org> | 2016-04-30 01:24:24 +0000 |
commit | 69669cbe99c92053594f595bbb8afd89c18a1892 (patch) | |
tree | b4c646668481cdc1dd9daaea77bf963c2e2862a0 /lib/libc/string/wcscoll.c | |
parent | 3cfc36525eddce27cb703ad496d3805e43dc51f9 (diff) | |
download | FreeBSD-src-69669cbe99c92053594f595bbb8afd89c18a1892.zip FreeBSD-src-69669cbe99c92053594f595bbb8afd89c18a1892.tar.gz |
libc: spelling fixes.
Mostly on comments.
Diffstat (limited to 'lib/libc/string/wcscoll.c')
-rw-r--r-- | lib/libc/string/wcscoll.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/wcscoll.c b/lib/libc/string/wcscoll.c index ee0e72a..a3e959d 100644 --- a/lib/libc/string/wcscoll.c +++ b/lib/libc/string/wcscoll.c @@ -65,7 +65,7 @@ wcscoll_l(const wchar_t *ws1, const wchar_t *ws2, locale_t locale) * safely. You absolutely have to run this pass by pass, * because some passes will be ignored for a given character, * while others will not. Simpler locales will benefit from - * having fewer passes, and most comparisions should resolve + * having fewer passes, and most comparisons should resolve * during the primary pass anyway. * * Note that we do one final extra pass at the end to pick |