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/decl2.c: Fix a comment typo.


Hi,

Committed as obvious.

Kazu Hirata

2006-06-30  Kazu Hirata  <kazu@codesourcery.com>

	* decl2.c: Fix a comment typo.

Index: cp/decl2.c
===================================================================
--- cp/decl2.c	(revision 115097)
+++ cp/decl2.c	(working copy)
@@ -1602,7 +1602,7 @@ constrain_visibility (tree decl, int vis
   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


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