From: Julien Grall Date: Fri, 10 Jan 2020 11:28:07 +0000 (+0000) Subject: xen/sched: rt: Fix typo in a comment X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~903 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8842d01b300919e20bca2e1138c458a8483600f8;p=xen.git xen/sched: rt: Fix typo in a comment Signed-off-by: Julien Grall Reviewed-by: Meng Xu --- diff --git a/xen/common/sched_rt.c b/xen/common/sched_rt.c index b2b29481f3..c40a7e4990 100644 --- a/xen/common/sched_rt.c +++ b/xen/common/sched_rt.c @@ -122,7 +122,7 @@ */ /* * RTDS_scheduled: Is this unit either running on, or context-switching off, - * a phyiscal cpu? + * a physical cpu? * + Accessed only with global lock held. * + Set when chosen as next in rt_schedule(). * + Cleared after context switch has been saved in rt_context_saved()