Commit 719fbd99 by Ben Elliston Committed by Ben Elliston

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

From-SVN: r107670
parent ead903e9
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
......
......@@ -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;
......
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