Fix typo
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 9 Mar 2004 10:00:12 +0000 (10:00 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 9 Mar 2004 10:00:12 +0000 (10:00 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79161 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cp/init.c

index 60a4d04..efc9a13 100644 (file)
@@ -372,7 +372,7 @@ perform_member_init (tree member, tree init)
          else if (TREE_CODE (type) == REFERENCE_TYPE)
            pedwarn ("uninitialized reference member `%D'", member);
          else if (CP_TYPE_CONST_P (type))
-           pedwarn ("uninitialized mber `%D' with `const' type `%T'",
+           pedwarn ("uninitialized member `%D' with `const' type `%T'",
                     member, type);
        }
       else if (TREE_CODE (init) == TREE_LIST)