]> xenbits.xensource.com Git - people/sstabellini/xen-unstable.git/.git/commitdiff
schedule: fix a comment missprint
authorAndrii Anisov <andrii_anisov@epam.com>
Fri, 26 Jul 2019 08:45:31 +0000 (10:45 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 26 Jul 2019 08:45:31 +0000 (10:45 +0200)
Fix the comment misprint, so it refers to the exact function name.

Signed-off-by: Andrii Anisov <andrii_anisov@epam.com>
Acked-by: Dario Faggioli <dfaggioli@suse.com>
xen/common/schedule.c

index 349f9624f5ee5a1d881f8359e6f1e6f88c3a6f2c..af22c33387281e75f33d6af62cfcf0e6d2acd669 100644 (file)
@@ -1574,7 +1574,7 @@ static int cpu_schedule_up(unsigned int cpu)
     init_timer(&sd->s_timer, s_timer_fn, NULL, cpu);
     atomic_set(&sd->urgent_count, 0);
 
-    /* Boot CPU is dealt with later in schedule_init(). */
+    /* Boot CPU is dealt with later in scheduler_init(). */
     if ( cpu == 0 )
         return 0;