From fbaadac8ec55425e260769af953b5875a2bab726 Mon Sep 17 00:00:00 2001 From: jason Date: Tue, 22 Feb 2000 22:12:59 +0000 Subject: [PATCH] fix comment git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32106 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/diagnostic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/diagnostic.c b/gcc/diagnostic.c index 2af8e12..9be1232 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.7.4