ChangeLog.1: Fix spelling of "outputting".
authorMatt Kraai <kraai@gcc.gnu.org>
Fri, 13 Jun 2003 11:36:31 +0000 (11:36 +0000)
committerMatt Kraai <kraai@gcc.gnu.org>
Fri, 13 Jun 2003 11:36:31 +0000 (11:36 +0000)
(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

gcc/ChangeLog.1
gcc/ChangeLog.3
gcc/ada/gnatls.adb
gcc/ada/gnatmem.adb
gcc/ada/prj-pp.adb
gcc/config/pa/pa.c
gcc/diagnostic.h
gcc/genautomata.c

index ef67034a596995b650a37af0548f63d150eff5bf..389b702dac67a92e9cbcfb9495fd9912ff7b067a 100644 (file)
@@ -1251,7 +1251,7 @@ Wed Apr 14 13:59:27 1999  Martin von Loewis  <loewis@informatik.hu-berlin.de>
 
 Wed Apr 14 00:18:22 1999  Jan Hubicka <hubicka@freesoft.cz>
 
-       * i386.md (SImode logical compare): Avoid outputing non-pariable testw
+       * i386.md (SImode logical compare): Avoid outputting non-pariable testw
        and testl on Pentium.
        (register and memory bit tests): Likewise.
        (setcc, normal and reversed conditional branches): Use shorter
index 067d9adb68f813fe56f580b4ffbd59d5de879cce..2d1fb5f7108e64441eb1551a6c269e1f5002b08c 100644 (file)
@@ -6424,7 +6424,7 @@ Mon Apr 17 14:59:36 MET DST 2000  Jan Hubicka  <jh@suse.cz>
 
        * i370.c (mvs_add_label): Change spacing for coding conventions.
        * i370.h (ASM_OUTPUT_CASE_LABEL): Change to the data CSECT for the
-       outputing case vectors.
+       outputting case vectors.
        (ASM_OUTPUT_CASE_END): New, put assembler back into code CSECT.
        (ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Remove page check,
        since vector in in the data CSECT.
index c14def5bda9f72a857cda2be192bcb60c0798180..81a6c4c7340c9e849c71e46640198bf5c24e3105 100644 (file)
@@ -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));
index 2c5ffeb9de0eec6def5539718484f3229bbf255c..624bf90f3bfc423575e924c2adfb98fba439de9c 100644 (file)
@@ -315,7 +315,7 @@ procedure Gnatmem is
          --  At this point, gdb knows about __gnat_malloc and __gnat_free
       end if;
 
-      --  Make sure that outputing long backtraces do not pause
+      --  Make sure that outputting long backtraces do not pause
 
       Put_Line (FD, "set height 0");
       Put_Line (FD, "set width 0");
index a6c243dece329c86689389b45fb1fb9ff30edf96..91580e4ae845360a4719b889c2f909b199b3bafe 100644 (file)
@@ -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.
index 3c775954d1f4b2944149c0fd89cc6ed029e34098..4fa4e8c8b8743ba6fa37b5e02f7b75b55c4c1b1f 100644 (file)
@@ -5791,7 +5791,7 @@ output_lbranch (dest, insn)
           the only other use of this location is for copying a
           floating point double argument from a floating-point
           register to two general registers.  The copy is done
-          as an "atomic" operation when outputing a call, so it
+          as an "atomic" operation when outputting a call, so it
           won't interfere with our using the location here.  */
        output_asm_insn ("stw %%r1,-12(%%r30)", xoperands);
     }
index 6e5d7faf1cae9e327ccb8e38c1777e935f01e44f..1b6c1721035089c7fc1aebf1dc298424b932b87c 100644 (file)
@@ -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.  */
index b9ad9dd72821dfa4431e296fd971e05ba3e003d4..826da68f113b145a5dfc4445a076e494633d01ed 100644 (file)
@@ -9870,7 +9870,7 @@ write_automata (void)
     fatal ("Errors in DFA description");
   ticker_on (&all_time);
   output_time = create_ticker ();
-  fprintf (stderr, "Forming and outputing automata tables...");
+  fprintf (stderr, "Forming and outputting automata tables...");
   fflush (stderr);
   output_dfa_max_issue_rate ();
   output_tables ();