]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* decl2.c: Fix a comment typo.
authorKazu Hirata <kazu@codesourcery.com>
Fri, 30 Jun 2006 19:34:38 +0000 (19:34 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Fri, 30 Jun 2006 19:34:38 +0000 (19:34 +0000)
From-SVN: r115099

gcc/cp/ChangeLog
gcc/cp/decl2.c

index ad5b0553f283fd2fdcfab505c5e659ea26cf56e8..18551fbd95201682ac2bdb9f40633f12f10f9b40 100644 (file)
@@ -1,3 +1,7 @@
+2006-06-30  Kazu Hirata  <kazu@codesourcery.com>
+
+       * decl2.c: Fix a comment typo.
+
 2006-06-30  Jason Merrill  <jason@redhat.com>
 
        PR c++/18698
index 620141ac0b017127b97878e6675d1d3ef766afc2..0964bf5de849fca16dec7cc609c26af01a197f16 100644 (file)
@@ -1602,7 +1602,7 @@ constrain_visibility (tree decl, int visibility, bool specified,
   return false;
 }
 
-/* Constrain the visibility of DECL based on the visbility of its template
+/* Constrain the visibility of DECL based on the visibility of its template
    arguments.  */
 
 static void