Commit f3dfc177 by Mark Mitchell

Fix typo

From-SVN: r79161
parent 62d99768
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment