diff mbox series

[committed] Typo fix

Message ID 87pnz096sk.fsf@arm.com
State New
Headers show
Series [committed] Typo fix | expand

Commit Message

Richard Sandiford Aug. 2, 2018, 2:34 p.m. UTC
Noticed by Tamar (thanks).

Tested on aarch64-linux-gnu and committed as obvious.

Richard


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

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

Patch

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