Fixed a typo.

From-SVN: r77114
This commit is contained in:
Giovanni Bajo 2004-02-02 14:33:11 +00:00
parent dcec0389d1
commit a4e8e73a3a

View File

@ -7265,7 +7265,7 @@ tsubst_qualified_id (tree qualified_id, tree args,
{
if (complain & tf_error)
{
error ("dependent-name`%E' is parsed as a non-type, but "
error ("dependent-name `%E' is parsed as a non-type, but "
"instantiation yields a type", qualified_id);
inform ("say `typename %E' if a type is meant", qualified_id);
}