diff options
Diffstat (limited to 'gcc/diagnostic.h')
-rw-r--r-- | gcc/diagnostic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/diagnostic.h b/gcc/diagnostic.h index 6e5d7faf1ca..1b6c1721035 100644 --- a/gcc/diagnostic.h +++ b/gcc/diagnostic.h @@ -88,7 +88,7 @@ typedef struct /* Nonzero if current PREFIX was emitted at least once. */ bool emitted_prefix_p; - /* Nonzero means one should emit a newline before outputing anything. */ + /* Nonzero means one should emit a newline before outputting anything. */ bool need_newline_p; /* Current prefixing rule. */ |