From cfbad224f649250458ea53381c8bcb9064b21d13 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Tue, 22 Feb 2000 17:12:59 -0500 Subject: [PATCH] fix comment From-SVN: r32106 --- gcc/diagnostic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/diagnostic.c b/gcc/diagnostic.c index 2af8e125fc7..9be12324971 100644 --- a/gcc/diagnostic.c +++ b/gcc/diagnostic.c @@ -122,7 +122,7 @@ void (*print_error_function) PARAMS ((const char *)) = default_print_error_function; /* Maximum characters per line in automatic line wrapping mode. - Non Zero means don't wrap lines. */ + Zero means don't wrap lines. */ static int output_maximum_width = 0; -- 2.30.2