From ffa5c3b6557938f1b321081e87f656bc066475fa Mon Sep 17 00:00:00 2001 From: Andrii Anisov Date: Fri, 26 Jul 2019 10:45:31 +0200 Subject: [PATCH] schedule: fix a comment missprint Fix the comment misprint, so it refers to the exact function name. Signed-off-by: Andrii Anisov Acked-by: Dario Faggioli --- xen/common/schedule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/common/schedule.c b/xen/common/schedule.c index 349f9624f5..af22c33387 100644 --- a/xen/common/schedule.c +++ b/xen/common/schedule.c @@ -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; -- 2.30.2