fix comment
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 22 Feb 2000 22:12:59 +0000 (22:12 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 22 Feb 2000 22:12:59 +0000 (22:12 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32106 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/diagnostic.c

index 2af8e12..9be1232 100644 (file)
@@ -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;
 \f