Commit 48c9a7f0 by Kazu Hirata Committed by Kazu Hirata

* decl.c: Fix a coment typo.

From-SVN: r120136
parent 4c256e34
2006-12-22 Kazu Hirata <kazu@codesourcery.com>
* decl.c: Fix a coment typo.
2006-12-18 Ian Lance Taylor <iant@google.com>
* decl.c (start_preparsed_function): Add support for
......
......@@ -4102,7 +4102,7 @@ grok_reference_init (tree decl, tree type, tree init, tree *cleanup)
static bool
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)
{
/* The parser only allows identifiers as designated
......
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