sort: Fix a comment.

Obtained from:	OpenBSD
This commit is contained in:
Pedro F. Giffuni 2015-04-05 22:34:03 +00:00
parent f79477ebd5
commit bd0f80c667
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=281124

View File

@ -234,7 +234,7 @@ bwsdup(const struct bwstring *s)
}
/*
* Create a new binary string from a raw binary buffer.
* Create a new binary string from a wide character buffer.
*/
struct bwstring *
bwssbdup(const wchar_t *str, size_t len)