aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>2005-10-16 00:01:22 -0400
committerJason Merrill <jason@gcc.gnu.org>2005-10-16 00:01:22 -0400
commitcb807ba36b80c6e350c1493ee2e48bea7a4cdeb8 (patch)
tree3060f42ef96132ac2c31c5545efd94ac425b3bb4 /gcc
parentd4d28139a8c399bfb6602e1284e428aa03540811 (diff)
downloadgcc-cb807ba36b80c6e350c1493ee2e48bea7a4cdeb8.zip
gcc-cb807ba36b80c6e350c1493ee2e48bea7a4cdeb8.tar.gz
gcc-cb807ba36b80c6e350c1493ee2e48bea7a4cdeb8.tar.bz2
tweak comment
From-SVN: r105457
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 0475fc8..4d93724 100644
--- a/gcc/cp/pt.c
+++ b/gcc/cp/pt.c
@@ -9007,7 +9007,7 @@ check_instantiated_args (tree tmpl, tree args, tsubst_flags_t complain)
if (nt)
{
- /* DR 488 makes use of a type with no linkage causes
+ /* DR 488 makes use of a type with no linkage cause
type deduction to fail. */
if (complain & tf_error)
{