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/ada/gnatls.adb | |
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/ada/gnatls.adb')
-rw-r--r-- | gcc/ada/gnatls.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/gnatls.adb b/gcc/ada/gnatls.adb index c14def5bda9..81a6c4c7340 100644 --- a/gcc/ada/gnatls.adb +++ b/gcc/ada/gnatls.adb @@ -973,7 +973,7 @@ begin Output_Unit (U); -- Output source now, unless if it will be done as part of - -- outputing dependencies. + -- outputting dependencies. if not (Dependable and then Print_Source) then Output_Source (Corresponding_Sdep_Entry (Id, U)); |