diff options
| -rw-r--r-- | gcc/diagnostic.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
