diff options
author | Matt Kraai <kraai@gcc.gnu.org> | 2003-06-13 11:36:31 +0000 |
---|---|---|
committer | Matt Kraai <kraai@gcc.gnu.org> | 2003-06-13 11:36:31 +0000 |
commit | aa7f1eb1441870f6371a352cbef05b943b06b42b (patch) | |
tree | 503644136256f217ad0a50adb3d3855180a30a67 /gcc/ada/prj-pp.adb | |
parent | 16ae108b35ae3f09bc9b405a9b2d51a351368d67 (diff) | |
download | gcc-aa7f1eb1441870f6371a352cbef05b943b06b42b.tar.gz |
ChangeLog.1: Fix spelling of "outputting".
(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.
From-SVN: r67890
Diffstat (limited to 'gcc/ada/prj-pp.adb')
-rw-r--r-- | gcc/ada/prj-pp.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/prj-pp.adb b/gcc/ada/prj-pp.adb index a6c243dece3..91580e4ae84 100644 --- a/gcc/ada/prj-pp.adb +++ b/gcc/ada/prj-pp.adb @@ -42,7 +42,7 @@ package body Prj.PP is Column : Natural := 0; -- Column number of the last character in the line. Used to avoid - -- outputing lines longer than Max_Line_Length. + -- outputting lines longer than Max_Line_Length. procedure Indicate_Tested (Kind : Project_Node_Kind); -- Set the corresponding component of array Not_Tested to False. |