diff options
-rw-r--r-- | usr.bin/sort/bwstring.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/sort/bwstring.c b/usr.bin/sort/bwstring.c index 3def9d0..a4656b8 100644 --- a/usr.bin/sort/bwstring.c +++ b/usr.bin/sort/bwstring.c @@ -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) |