aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/sort
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2015-04-05 22:34:03 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2015-04-05 22:34:03 +0000
commitbd0f80c6678a5bcfa14bc505b1bd5cd1f3ce3d8c (patch)
treedc6a20cea025366355c94151de8c2b4af44712ed /usr.bin/sort
parentf79477ebd57d7b0e69654281387ba5db8950ebd8 (diff)
Notes
Diffstat (limited to 'usr.bin/sort')
-rw-r--r--usr.bin/sort/bwstring.c2
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)