]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* decl.c: Fix a coment typo.
authorKazu Hirata <kazu@codesourcery.com>
Fri, 22 Dec 2006 01:10:59 +0000 (01:10 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Fri, 22 Dec 2006 01:10:59 +0000 (01:10 +0000)
From-SVN: r120136

gcc/cp/ChangeLog
gcc/cp/decl.c

index 2eac776e23529d6c2f7cb68cb3eadc7e9e553fb4..083b925201d6573ec14f87d57a2846c552d9cf93 100644 (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>
 
        * decl.c (start_preparsed_function): Add support for
index f23fd48fca3c7e09ac268644740fa3b5179238d0..5c7d508fc3e19b8cefb5f96f8a95b172923c274b 100644 (file)
@@ -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