* decl.c: Fix a coment typo.

From-SVN: r120136
This commit is contained in:
Kazu Hirata 2006-12-22 01:10:59 +00:00 committed by Kazu Hirata
parent 4c256e3482
commit 48c9a7f0db
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-12-22 Kazu Hirata <kazu@codesourcery.com>
* decl.c: Fix a coment typo.
2006-12-18 Ian Lance Taylor <iant@google.com> 2006-12-18 Ian Lance Taylor <iant@google.com>
* decl.c (start_preparsed_function): Add support for * decl.c (start_preparsed_function): Add support for

View File

@ -4102,7 +4102,7 @@ grok_reference_init (tree decl, tree type, tree init, tree *cleanup)
static bool static bool
check_array_designated_initializer (const constructor_elt *ce) check_array_designated_initializer (const constructor_elt *ce)
{ {
/* Designated initializers for array elements arenot supported. */ /* Designated initializers for array elements are not supported. */
if (ce->index) if (ce->index)
{ {
/* The parser only allows identifiers as designated /* The parser only allows identifiers as designated