* typeck.c (build_x_unary_op): Correct spelling in error message.

From-SVN: r107670
This commit is contained in:
Ben Elliston 2005-11-29 13:10:24 +00:00 committed by Ben Elliston
parent ead903e9ee
commit 719fbd9932
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-11-30 Ben Elliston <bje@au.ibm.com>
* typeck.c (build_x_unary_op): Correct spelling in error message.
2005-11-28 Nathan Sidwell <nathan@codesourcery.com>
PR c++/21166

View File

@ -3688,7 +3688,7 @@ build_x_unary_op (enum tree_code code, tree xarg)
}
else
{
error ("parenthesis around %qE cannot be used to form a"
error ("parentheses around %qE cannot be used to form a"
" pointer-to-member-function",
xarg);
PTRMEM_OK_P (xarg) = 1;