]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
fix typo
authorDirk Mueller <mueller@gcc.gnu.org>
Mon, 30 Oct 2006 23:41:07 +0000 (23:41 +0000)
committerDirk Mueller <mueller@gcc.gnu.org>
Mon, 30 Oct 2006 23:41:07 +0000 (23:41 +0000)
From-SVN: r118209

gcc/cp/decl.c

index 67a13522d9c5edafb51206553ee83bc38a3b06fd..29e435abee14f13e7ecc48d9b057d5fa8c4a6fc7 100644 (file)
@@ -6089,7 +6089,7 @@ grokfndecl (tree ctype,
     {
       error (ctype
              ? G_("static member function %qD cannot have cv-qualifier")
-             : G_("non-static member function %qD cannot have cv-qualifier"),
+             : G_("non-member function %qD cannot have cv-qualifier"),
             decl);
       quals = TYPE_UNQUALIFIED;
     }