diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2015-03-20 15:55:23 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2015-03-20 15:55:23 +0000 |
commit | 34838e415d6b4ddcf49b66df3479125f64871c5e (patch) | |
tree | c62ade6d775b5fe578f4eb7c3464c5d7f365f1da | |
parent | b83737985f18dfc1026466bec9e1aee019570a19 (diff) |
Fix a comment.
-rw-r--r-- | usr.bin/sort/bwstring.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/sort/bwstring.c b/usr.bin/sort/bwstring.c index 87c66394802..00b6eb9f509 100644 --- a/usr.bin/sort/bwstring.c +++ b/usr.bin/sort/bwstring.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bwstring.c,v 1.4 2015/03/19 15:20:46 millert Exp $ */ +/* $OpenBSD: bwstring.c,v 1.5 2015/03/20 15:55:22 millert Exp $ */ /*- * Copyright (C) 2009 Gabor Kovesdan <gabor@FreeBSD.org> @@ -230,7 +230,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) |