OSDN Git Service

Fixed a typo.
authorgiovannibajo <giovannibajo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 2 Feb 2004 14:33:11 +0000 (14:33 +0000)
committergiovannibajo <giovannibajo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 2 Feb 2004 14:33:11 +0000 (14:33 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77114 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cp/pt.c

index 633aa76..90455bc 100644 (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);
            }