From: Jason Merrill Date: Tue, 22 Feb 2000 22:12:59 +0000 (-0500) Subject: fix comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cfbad224f649250458ea53381c8bcb9064b21d13;p=gcc.git fix comment From-SVN: r32106 --- 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;