Fix comment
authorJason Merrill <jason@gcc.gnu.org>
Thu, 7 Mar 2019 15:16:04 +0000 (10:16 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 7 Mar 2019 15:16:04 +0000 (10:16 -0500)
From-SVN: r269460

gcc/cp/call.c

index 04516eb967c2b982ad7138111058daa3feafd050..d9294a06c4443cbe1be43b508bd71c67e119f699 100644 (file)
@@ -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))
     {