This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] cp/decl.c: Fix a comment typo.


Hi,

Committed as obvious.

Kazu Hirata

2006-12-22  Kazu Hirata  <kazu@codesourcery.com>

	* decl.c: Fix a coment typo.

Index: decl.c
===================================================================
--- decl.c	(revision 120116)
+++ decl.c	(working copy)
@@ -4102,7 +4102,7 @@ grok_reference_init (tree decl, tree typ
 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]