From a10a751f68ca086ec6b51ef495ba06b1a8dc2f6f Mon Sep 17 00:00:00 2001 From: Juli Mallett Date: Mon, 19 Aug 2002 17:14:58 +0000 Subject: s/trailing NULL/trailing NUL/ --- lib/libc/gen/vis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc/gen/vis.c') 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. -- cgit v1.2.3