From f1f51e8cf736a3ef0ceb532116bb3c200b37f871 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Sun, 11 Jul 2021 22:32:04 +0200 Subject: name.c: Reword comment --- name.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/name.c b/name.c index 89d2538..57a467d 100644 --- a/name.c +++ b/name.c @@ -8,7 +8,7 @@ #define MAXFILES 100 /* Maximum number of files. */ #define MAXFILE 255 /* Maximum file name length. */ -#define MAXLINE MAXFILE+1 /* Extra room for newline. */ +#define MAXLINE MAXFILE+1 /* MAXFILE plus newline. */ extern char *optarg; extern int optind; -- cgit v1.2.3