diff options
author | kraai <kraai@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-13 11:36:31 +0000 |
---|---|---|
committer | kraai <kraai@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-13 11:36:31 +0000 |
commit | 19ee40ed0775ec3dfe1babad8ca01b6c1b4bc1c6 (patch) | |
tree | 503644136256f217ad0a50adb3d3855180a30a67 /gcc/diagnostic.h | |
parent | ffc9270f9fae0e2e65c7a8ca3967c351c733f84d (diff) | |
download | gcc-19ee40ed0775ec3dfe1babad8ca01b6c1b4bc1c6.tar.gz |
(gcc)
* ChangeLog.1: Fix spelling of "outputting".
* ChangeLog.3: Likewise.
* diagnostic.h: Likewise.
* genautomata.c: Likewise.
* config/pa/pa.c: Likewise.
(gcc/ada)
* gnatls.adb: Fix spelling of "outputting".
* gnatmem.adb: Likewise.
* prj-pp.adb: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67890 138bc75d-0d04-0410-961f-82ee72b054a4
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. */ |