Typo fix
authorRichard Sandiford <richard.sandiford@arm.com>
Thu, 2 Aug 2018 14:33:30 +0000 (14:33 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Thu, 2 Aug 2018 14:33:30 +0000 (14:33 +0000)
Noticed by Tamar (thanks).

2018-08-02  Richard Sandiford  <richard.sandiford@arm.com>

gcc/
* genemit.c (print_overload_test): Fix typo.

From-SVN: r263262

gcc/ChangeLog
gcc/genemit.c

index a406f8e13038de6f697a9f4abd5947371e2c38b9..e4aa6849f5dfd1aa26a51a7e84ab2b24801e75be 100644 (file)
@@ -1,3 +1,7 @@
+2018-08-02  Richard Sandiford  <richard.sandiford@arm.com>
+
+       * genemit.c (print_overload_test): Fix typo.
+
 2018-08-02  Richard Biener  <rguenther@suse.de>
 
        PR c++/86763
index 922703021199384a9269be160ccc566d11687516..675cf04ff4bb51290550728c3c616f80f23ba342 100644 (file)
@@ -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<N>".  */
 
 static void