[patch] gcc/*.c: Fix comment typos.

Kazu Hirata kazu@codesourcery.com
Mon Aug 14 18:30:00 GMT 2006


Hi,

Committed as obvious.

Kazu Hirata

2006-08-14  Kazu Hirata  <kazu@codesourcery.com>

	* c-decl.c, var-tracking.c: Fix comment typos.

Index: c-decl.c
===================================================================
--- c-decl.c	(revision 116124)
+++ c-decl.c	(working copy)
@@ -4343,7 +4343,7 @@ grokdeclarator (const struct c_declarato
 		  {
 		    /* 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: var-tracking.c
===================================================================
--- var-tracking.c	(revision 116124)
+++ var-tracking.c	(working copy)
@@ -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.  */



More information about the Gcc-patches mailing list