decl.c: Move the q after the %.
authorAndrew Pinski <pinskia@physics.uc.edu>
Thu, 28 Oct 2004 02:32:44 +0000 (02:32 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Thu, 28 Oct 2004 02:32:44 +0000 (19:32 -0700)
2004-10-27  Andrew Pinski  <pinskia@physics.uc.edu>

        * decl.c: Move the q after the %.

From-SVN: r89728

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

index 84a3e4847f7736c1cfbe4b9c72672cfb203bf522..a6aa65e3819d466c5cb6bfe5de0067c419f7e39a 100644 (file)
@@ -1,3 +1,7 @@
+2004-10-27  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       * decl.c: Move the q after the %.
+
 2004-10-27  Andrew Pinski  <pinskia@physics.uc.edu>
 
        * parser.c (cp_parser_diagnose_invalid_type_name): Move the q after
index 9d9f70b7b924988e5b8983f45998b632bbbde70b..aeb3347bb46712a879dea6817b4e4c3b1e5ae756 100644 (file)
@@ -5534,7 +5534,7 @@ bad_specifiers (tree object,
     error ("%qD declared as an %<inline%> %s", object, type);
   if (quals)
     error ("%<const%> and %<volatile%> function specifiers on "
-           "q%D invalid in %s declaration",
+           "%qD invalid in %s declaration",
            object, type);
   if (friendp)
     cp_error_at ("%qD declared as a friend", object);