summaryrefslogtreecommitdiff
path: root/lib/libc/gen/vis.c
diff options
context:
space:
mode:
authorJuli Mallett <jmallett@FreeBSD.org>2002-08-19 17:14:58 +0000
committerJuli Mallett <jmallett@FreeBSD.org>2002-08-19 17:14:58 +0000
commita10a751f68ca086ec6b51ef495ba06b1a8dc2f6f (patch)
treecb993a1c7a2e563261abd83e3f5741188cbee835 /lib/libc/gen/vis.c
parent94d4e7b64f2b1c999e1f28989bcccda5c4f0b7bb (diff)
Notes
Diffstat (limited to 'lib/libc/gen/vis.c')
-rw-r--r--lib/libc/gen/vis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/vis.c b/lib/libc/gen/vis.c
index 640ae3af315a..8868a706e462 100644
--- a/lib/libc/gen/vis.c
+++ b/lib/libc/gen/vis.c
@@ -159,7 +159,7 @@ done:
* strvis, strvisx - visually encode characters from src into dst
*
* Dst must be 4 times the size of src to account for possible
- * expansion. The length of dst, not including the trailing NULL,
+ * expansion. The length of dst, not including the trailing NUL,
* is returned.
*
* Strvisx encodes exactly len bytes from src into dst.