mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
Fix typo
From-SVN: r55995
This commit is contained in:
@@ -551,7 +551,7 @@ build_method_call (instance, name, parms, basetype_path, flags)
|
||||
|
||||
if (fn && TREE_CODE (fn) == TREE_LIST && !BASELINK_P (fn))
|
||||
{
|
||||
error ("request for member `%D' is ambiguos", name);
|
||||
error ("request for member `%D' is ambiguous", name);
|
||||
print_candidates (fn);
|
||||
return error_mark_node;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user