Commit f3e9dd4c by Richard Kenner

(build_ptrmemfunc): Fix misspellings in messages.

From-SVN: r9717
parent 788d4ba0
......@@ -6314,7 +6314,7 @@ build_ptrmemfunc (type, pfn, force)
pfn = integer_zero_node;
else
{
sorry ("value casting of varible nonnull pointer to member functions not supported");
sorry ("value casting of variable nonnull pointer to member functions not supported");
return error_mark_node;
}
}
......
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