]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/cp/decl2.c
typo typo fixes fixes
[thirdparty/gcc.git] / gcc / cp / decl2.c
index 951db695a5eac5cdf6690dc6320a84de537757df..e945a72f2a8772853654cc556fbaa79241258c78 100644 (file)
@@ -1360,7 +1360,7 @@ check_member_template (tmpl)
        /* 14.5.2.2 [temp.mem]
           
           A local class shall not have member templates. */
-       cp_error ("declaration of of member template `%#D' in local class",
+       cp_error ("declaration of member template `%#D' in local class",
                  decl);
       
       if (TREE_CODE (decl) == FUNCTION_DECL && DECL_VIRTUAL_P (decl))