projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba322a1
)
xen/sched: rt: Fix typo in a comment
author
Julien Grall
<julien@xen.org>
Fri, 10 Jan 2020 11:28:07 +0000
(11:28 +0000)
committer
Julien Grall
<julien@xen.org>
Sat, 11 Jan 2020 12:48:41 +0000
(12:48 +0000)
Signed-off-by: Julien Grall <julien@xen.org>
Reviewed-by: Meng Xu <mengxu@cis.upenn.edu>
xen/common/sched_rt.c
patch
|
blob
|
history
diff --git
a/xen/common/sched_rt.c
b/xen/common/sched_rt.c
index b2b29481f3645e5dbf79ce9c6a33138a5578948b..c40a7e49900e570aa410dfb86d4183aa851a2084 100644
(file)
--- 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 phy
is
cal cpu?
+ * a phy
si
cal 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()