From ae5bdb7f3ff3cf323dec3916cde6335f7ce42c99 Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Thu, 2 Aug 2018 14:33:30 +0000 Subject: [PATCH] Typo fix Noticed by Tamar (thanks). 2018-08-02 Richard Sandiford gcc/ * genemit.c (print_overload_test): Fix typo. From-SVN: r263262 --- gcc/ChangeLog | 4 ++++ gcc/genemit.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a406f8e..e4aa684 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2018-08-02 Richard Sandiford + + * genemit.c (print_overload_test): Fix typo. + 2018-08-02 Richard Biener PR c++/86763 diff --git a/gcc/genemit.c b/gcc/genemit.c index 9227030..675cf04 100644 --- a/gcc/genemit.c +++ b/gcc/genemit.c @@ -761,7 +761,7 @@ print_overload_arguments (overloaded_name *oname) printf ("%s%s arg%d", i == 0 ? "" : ", ", oname->arg_types[i], i); } -/* Print code to test whether INSTANCE should be chosne, given that +/* Print code to test whether INSTANCE should be chosen, given that argument N of the overload is available as "arg". */ static void -- 2.7.4