diff options
author | Jason Merrill <jason@gcc.gnu.org> | 2019-03-07 10:16:04 -0500 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2019-03-07 10:16:04 -0500 |
commit | 7c3f98ca6567d5b12d28421a4a3deec3b9c52efc (patch) | |
tree | 5cbd4822e1993350f61accb0f4984659f74dd133 /gcc | |
parent | d4babd373b9634c6964cad53423470ac8f38addf (diff) | |
download | gcc-7c3f98ca6567d5b12d28421a4a3deec3b9c52efc.zip gcc-7c3f98ca6567d5b12d28421a4a3deec3b9c52efc.tar.gz gcc-7c3f98ca6567d5b12d28421a4a3deec3b9c52efc.tar.bz2 |
Fix comment
From-SVN: r269460
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/cp/call.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/call.c b/gcc/cp/call.c index 04516eb..d9294a0 100644 --- a/gcc/cp/call.c +++ b/gcc/cp/call.c @@ -10928,7 +10928,7 @@ joust (struct z_candidate *cand1, struct z_candidate *cand2, bool warn, tweak: - /* Extension: If the worst conversion for one candidate is worse than the + /* Extension: If the worst conversion for one candidate is better than the worst conversion for the other, take the first. */ if (!pedantic && (complain & tf_warning_or_error)) { |