diff options
| author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2015-04-05 22:34:03 +0000 |
|---|---|---|
| committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2015-04-05 22:34:03 +0000 |
| commit | bd0f80c6678a5bcfa14bc505b1bd5cd1f3ce3d8c (patch) | |
| tree | dc6a20cea025366355c94151de8c2b4af44712ed /usr.bin/sort | |
| parent | f79477ebd57d7b0e69654281387ba5db8950ebd8 (diff) | |
Notes
Diffstat (limited to 'usr.bin/sort')
| -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 3def9d07dbdc8..a4656b8741371 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) |
