aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2006-08-14 17:55:03 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2006-08-14 17:55:03 +0000
commit96ff6c8cc015ce042ecfe95e84cfda69fd159e58 (patch)
tree4a759138229f1fc1589323b4b33304185c3034b9 /gcc/c-decl.c
parentc5183e0facfcb63d5200e5aaa894cf95f500d201 (diff)
downloadgcc-96ff6c8cc015ce042ecfe95e84cfda69fd159e58.zip
gcc-96ff6c8cc015ce042ecfe95e84cfda69fd159e58.tar.gz
gcc-96ff6c8cc015ce042ecfe95e84cfda69fd159e58.tar.bz2
* c-decl.c, var-tracking.c: Fix comment typos.
From-SVN: r116134
Diffstat (limited to 'gcc/c-decl.c')
-rw-r--r--gcc/c-decl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-decl.c b/gcc/c-decl.c
index 21b10a6..494c221 100644
--- a/gcc/c-decl.c
+++ b/gcc/c-decl.c
@@ -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)