diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2006-08-14 17:55:03 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2006-08-14 17:55:03 +0000 |
commit | 96ff6c8cc015ce042ecfe95e84cfda69fd159e58 (patch) | |
tree | 4a759138229f1fc1589323b4b33304185c3034b9 /gcc/c-decl.c | |
parent | c5183e0facfcb63d5200e5aaa894cf95f500d201 (diff) | |
download | gcc-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.c | 2 |
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) |