* multiple_target.c (pass_data_dispatcher_calls): Fix typo.
authorDavid Edelsohn <dje.gcc@gmail.com>
Thu, 25 Aug 2016 12:07:10 +0000 (12:07 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Thu, 25 Aug 2016 12:07:10 +0000 (08:07 -0400)
From-SVN: r239755

gcc/ChangeLog
gcc/multiple_target.c

index 83824d768595d23784035344fb651cc8f4c0ebd1..9a5c05b4179b7079bc359cdbbbf0d2d02d71bd08 100644 (file)
@@ -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):
index 3af4f2b8625b4e4090e6df1287a1717d53d8001b..9848feaddb3f7849dd855357ad5046e78368f03d 100644 (file)
@@ -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 */