diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 83824d76859..9a5c05b4179 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2016-08-25 David Edelsohn + + * multiple_target.c (pass_data_dispatcher_calls): Fix typo. + 2016-08-25 Richard Biener * dwarf2out.c (gen_remaining_tmpl_value_param_die_attributes): diff --git a/gcc/multiple_target.c b/gcc/multiple_target.c index 3af4f2b8625..9848feaddb3 100644 --- a/gcc/multiple_target.c +++ b/gcc/multiple_target.c @@ -412,7 +412,7 @@ namespace { const pass_data pass_data_dispatcher_calls = { SIMPLE_IPA_PASS, /* type */ - "dispachercalls", /* name */ + "dispatchercalls", /* name */ OPTGROUP_NONE, /* optinfo_flags */ TV_NONE, /* tv_id */ ( PROP_ssa | PROP_cfg ), /* properties_required */