* gimple.c (maybe_remove_unused_call_args): Fix typos in the
commentary.
From-SVN: r236294
+2016-05-16 Marek Polacek <polacek@redhat.com>
+
+ * gimple.c (maybe_remove_unused_call_args): Fix typos in the
+ commentary.
+
2016-05-16 Martin Jambor <mjambor@suse.cz>
PR hsa/70857
/* See if STMT now calls function that takes no parameters and if so, drop
call arguments. This is used when devirtualization machinery redirects
- to __builtiln_unreacahble or __cxa_pure_virutal. */
+ to __builtin_unreachable or __cxa_pure_virtual. */
void
maybe_remove_unused_call_args (struct function *fn, gimple *stmt)