From: Mark Mitchell Date: Tue, 9 Mar 2004 10:00:12 +0000 (+0000) Subject: Fix typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f3dfc177db81876e46e6fc3abd2ec9eb8d9fb239;p=gcc.git Fix typo From-SVN: r79161 --- diff --git a/gcc/cp/init.c b/gcc/cp/init.c index 60a4d047a19..efc9a1323e1 100644 --- a/gcc/cp/init.c +++ b/gcc/cp/init.c @@ -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)