Commit ae5bdb7f by Richard Sandiford Committed by Richard Sandiford

Typo fix

Noticed by Tamar (thanks).

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

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

From-SVN: r263262
parent f70cb6f5
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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment