From: Jason Merrill Date: Thu, 7 Mar 2019 15:16:04 +0000 (-0500) Subject: Fix comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7c3f98ca6567d5b12d28421a4a3deec3b9c52efc;p=gcc.git Fix comment From-SVN: r269460 --- 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)) {