]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* c-ppoutput.c, var-tracking.c: Fix comment typos.
authorKazu Hirata <kazu@cs.umass.edu>
Sat, 7 Feb 2004 13:55:07 +0000 (13:55 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 7 Feb 2004 13:55:07 +0000 (13:55 +0000)
From-SVN: r77448

gcc/ChangeLog
gcc/c-ppoutput.c
gcc/var-tracking.c

index 686d7be461571e49882bfbedffcaf0df78a45e20..9d0e77de37c17310bd7639caa9dec40ab2271815 100644 (file)
@@ -1,3 +1,7 @@
+2004-02-07  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * c-ppoutput.c, var-tracking.c: Fix comment typos.
+
 2004-02-06  James E Wilson  <wilson@specifixinc.com>
 
        * config/ia64/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Only define for
index f3f8f81c1c5904ed6a49cf8c828ce5bdf782711a..2bb98f7d10954d7a381019c80a9699b09fd6b7fd 100644 (file)
@@ -335,7 +335,7 @@ cb_include (cpp_reader *pfile ATTRIBUTE_UNUSED, fileline line,
 }
 
 /* Callback called when -fworking-director and -E to emit working
-   diretory in cpp output file. */
+   directory in cpp output file.  */
 
 void
 pp_dir_change (cpp_reader *pfile ATTRIBUTE_UNUSED, const char *dir)
index 7a1653d3ca436ff1ad3812079fad9763d50d3b22..4c875a991caaacd79076f3239651b1018e789301 100644 (file)
@@ -455,7 +455,7 @@ insn_stack_adjust_offset_pre_post (rtx insn, HOST_WIDE_INT *pre,
     }
 }
 
-/* Compute stack adjustnment in basic block BB.  */
+/* Compute stack adjustment in basic block BB.  */
 
 static void
 bb_stack_adjust_offset (basic_block bb)
@@ -522,7 +522,7 @@ vt_stack_adjustments (void)
   edge *stack;
   int sp;
 
-  /* Initialize enttry block.  */
+  /* Initialize entry block.  */
   VTI (ENTRY_BLOCK_PTR)->visited = true;
   VTI (ENTRY_BLOCK_PTR)->out.stack_adjust = 0;
 
@@ -2451,7 +2451,7 @@ vt_initialize (void)
            }
        }
 
-      /* Add the nicro-operations to the array.  */
+      /* Add the micro-operations to the array.  */
       VTI (bb)->mos = xmalloc (VTI (bb)->n_mos
                               * sizeof (struct micro_operation_def));
       VTI (bb)->n_mos = 0;