From a4e8e73a3a91a9873b35cdc9469c723c3f9dfdf4 Mon Sep 17 00:00:00 2001 From: Giovanni Bajo Date: Mon, 2 Feb 2004 14:33:11 +0000 Subject: [PATCH] Fixed a typo. From-SVN: r77114 --- gcc/cp/pt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/cp/pt.c b/gcc/cp/pt.c index 633aa760b21..90455bc05db 100644 --- a/gcc/cp/pt.c +++ b/gcc/cp/pt.c @@ -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); } -- 2.30.2