Noticed by Tamar (thanks). Tested on aarch64-linux-gnu and committed as obvious.
Richard 2018-08-02 Richard Sandiford <richard.sandif...@arm.com> gcc/ * genemit.c (print_overload_test): Fix typo. Index: gcc/genemit.c =================================================================== --- gcc/genemit.c 2018-08-02 11:59:06.855355888 +0100 +++ gcc/genemit.c 2018-08-02 15:31:35.445774594 +0100 @@ -761,7 +761,7 @@ print_overload_arguments (overloaded_nam 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<N>". */ static void