From 7c3f98ca6567d5b12d28421a4a3deec3b9c52efc Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Thu, 7 Mar 2019 10:16:04 -0500 Subject: [PATCH] Fix comment From-SVN: r269460 --- gcc/cp/call.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/cp/call.c b/gcc/cp/call.c index 04516eb967c..d9294a06c44 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)) { -- 2.30.2