From 363d3f44b7975a8502aa318abdcd845bb53dd4d0 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Wed, 25 Dec 2013 00:50:05 +0000 Subject: s/[Nn]ull/NUL/ in comments where appropriate; suggested by Thomas Klausner . --- roff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roff.c') diff --git a/roff.c b/roff.c index 2f3d1498..1a348dea 100644 --- a/roff.c +++ b/roff.c @@ -1733,7 +1733,7 @@ roff_userdef(ROFF_ARGS) /* * Collect pointers to macro argument strings - * and null-terminate them. + * and NUL-terminate them. */ cp = *bufp + pos; for (i = 0; i < 9; i++) -- cgit