aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorGiovanni Bajo <giovannibajo@gcc.gnu.org>2004-02-02 14:33:11 +0000
committerGiovanni Bajo <giovannibajo@gcc.gnu.org>2004-02-02 14:33:11 +0000
commita4e8e73a3a91a9873b35cdc9469c723c3f9dfdf4 (patch)
tree82e00b678ec20bc66701fd6aeb5d898219a3898b /gcc
parentdcec0389d17c9aa6dfe1cb80cb258ad6c8c87bbc (diff)
downloadgcc-a4e8e73a3a91a9873b35cdc9469c723c3f9dfdf4.zip
gcc-a4e8e73a3a91a9873b35cdc9469c723c3f9dfdf4.tar.gz
gcc-a4e8e73a3a91a9873b35cdc9469c723c3f9dfdf4.tar.bz2
Fixed a typo.
From-SVN: r77114
Diffstat (limited to 'gcc')
-rw-r--r--gcc/cp/pt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/pt.c b/gcc/cp/pt.c
index 633aa76..90455bc 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);
}