diff --git a/src/plugins/sched/builtin/builtin_wrapper.c b/src/plugins/sched/builtin/builtin_wrapper.c
index f5edb71ed3d717406534ad839d47ed32768bbd26..30a28eb2c7629a9a45e92d6894d6a2684b689154 100644
--- a/src/plugins/sched/builtin/builtin_wrapper.c
+++ b/src/plugins/sched/builtin/builtin_wrapper.c
@@ -120,7 +120,8 @@ slurm_sched_plugin_initial_priority( uint32_t last_prio,
 /**************************************************************************/
 /* TAG(              slurm_sched_plugin_job_is_pending                  ) */
 /*   This entire implementation does nothing more than calculate the      */
-/*   start time for pending jobs.  The logic is borrowed from backfill.c  */
+/*   expected start time for pending jobs.  The logic is borrowed from    */
+/*   backfill.c                                                           */
 /**************************************************************************/
 void slurm_sched_plugin_job_is_pending( void )
 {