Commit 96ff6c8c by Kazu Hirata Committed by Kazu Hirata

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

From-SVN: r116134
parent c5183e0f
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> 2006-08-14 Richard Sandiford <richard@codesourcery.com>
PR rtl-optimization/28634 PR rtl-optimization/28634
......
...@@ -4343,7 +4343,7 @@ grokdeclarator (const struct c_declarator *declarator, ...@@ -4343,7 +4343,7 @@ grokdeclarator (const struct c_declarator *declarator,
{ {
/* It is ok to modify type here even if itype is /* It is ok to modify type here even if itype is
NULL: if size_varies, we're in a 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 variable size, so the enclosing shared array type
must too. */ must too. */
if (size && TREE_CODE (size) == INTEGER_CST) if (size && TREE_CODE (size) == INTEGER_CST)
......
...@@ -115,7 +115,7 @@ enum micro_operation_type ...@@ -115,7 +115,7 @@ enum micro_operation_type
or the variable is not trackable. */ or the variable is not trackable. */
MO_SET, /* Set location. */ MO_SET, /* Set location. */
MO_COPY, /* Copy the same portion of a variable from one MO_COPY, /* Copy the same portion of a variable from one
loation to another. */ location to another. */
MO_CLOBBER, /* Clobber location. */ MO_CLOBBER, /* Clobber location. */
MO_CALL, /* Call insn. */ MO_CALL, /* Call insn. */
MO_ADJUST /* Adjust stack pointer. */ MO_ADJUST /* Adjust stack pointer. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment