aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/multiple_target.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 83824d7..9a5c05b 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2016-08-25 David Edelsohn <dje.gcc@gmail.com>
+
+ * multiple_target.c (pass_data_dispatcher_calls): Fix typo.
+
2016-08-25 Richard Biener <rguenther@suse.de>
* dwarf2out.c (gen_remaining_tmpl_value_param_die_attributes):
diff --git a/gcc/multiple_target.c b/gcc/multiple_target.c
index 3af4f2b..9848fea 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 */