Fix typo
authorMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 9 Mar 2004 10:00:12 +0000 (10:00 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 9 Mar 2004 10:00:12 +0000 (10:00 +0000)
From-SVN: r79161

gcc/cp/init.c

index 60a4d047a19e273cdcde0ecf9e9c399f52077fd4..efc9a1323e1c8969c294fc489d435bec6a0e6c4a 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)