diff options
author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-10-16 04:01:22 +0000 |
---|---|---|
committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-10-16 04:01:22 +0000 |
commit | 159fae1553c4496123d015d6e75e39c09e005595 (patch) | |
tree | 3060f42ef96132ac2c31c5545efd94ac425b3bb4 /gcc | |
parent | 157505e95e074e979564cba019d8b093ec03f1ea (diff) | |
download | ppe42-gcc-159fae1553c4496123d015d6e75e39c09e005595.tar.gz ppe42-gcc-159fae1553c4496123d015d6e75e39c09e005595.zip |
tweak comment
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@105457 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/cp/pt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/pt.c b/gcc/cp/pt.c index 0475fc8a987..4d93724927a 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) { |