Index: config/m68k/m68k.c
===================================================================
--- config/m68k/m68k.c	(revision 161543)
+++ config/m68k/m68k.c	(working copy)
@@ -6149,7 +6149,7 @@ m68k_sched_first_cycle_multipass_dfa_loo
   return m68k_sched_issue_rate () - 1;
 }
 
-/* Implementation of targetm.sched.md_init_global () hook.
+/* Implementation of targetm.sched.init_global () hook.
    It is invoked once per scheduling pass and is used here
    to initialize scheduler constants.  */
 static void
@@ -6257,7 +6257,7 @@ m68k_sched_md_finish_global (FILE *dump 
   sched_branch_type = NULL;
 }
 
-/* Implementation of targetm.sched.md_init () hook.
+/* Implementation of targetm.sched.init () hook.
    It is invoked each time scheduler starts on the new block (basic block or
    extended basic block).  */
 static void
