* c-decl.c, var-tracking.c: Fix comment typos.
authorKazu Hirata <kazu@codesourcery.com>
Mon, 14 Aug 2006 17:55:03 +0000 (17:55 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Mon, 14 Aug 2006 17:55:03 +0000 (17:55 +0000)
From-SVN: r116134

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

index 8a53adee42f3c6b8c42274b0273b0dea17ceae85..49216ab60711d6287a6987d13017a88cf1da49c2 100644 (file)
@@ -1,3 +1,7 @@
+2006-08-14  Kazu Hirata  <kazu@codesourcery.com>
+
+       * c-decl.c, var-tracking.c: Fix comment typos.
+
 2006-08-14  Richard Sandiford  <richard@codesourcery.com>
 
        PR rtl-optimization/28634
index 21b10a60b43376be76ae1824127933d86ba46ec8..494c221f55527050d33a63159b72ea6b9bfa8394 100644 (file)
@@ -4343,7 +4343,7 @@ grokdeclarator (const struct c_declarator *declarator,
                  {
                    /* It is ok to modify type here even if itype is
                       NULL: if size_varies, we're in a
-                      multi-dimentional array and the inner type has
+                      multi-dimensional array and the inner type has
                       variable size, so the enclosing shared array type
                       must too.  */
                    if (size && TREE_CODE (size) == INTEGER_CST)
index d966389ba5a26b988fc11a536fa3e4145b7c5b9e..e33950e87b59c31140f78b54d66f72400f0900cd 100644 (file)
@@ -115,7 +115,7 @@ enum micro_operation_type
                   or the variable is not trackable.  */
   MO_SET,      /* Set location.  */
   MO_COPY,     /* Copy the same portion of a variable from one
-                  loation to another.  */
+                  location to another.  */
   MO_CLOBBER,  /* Clobber location.  */
   MO_CALL,     /* Call insn.  */
   MO_ADJUST    /* Adjust stack pointer.  */