All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xen-devel] [PATCH] xen/sched: rt: Fix typo in a comment
@ 2020-01-10 22:23 Julien Grall
  2020-01-10 23:28 ` Meng Xu
  0 siblings, 1 reply; 2+ messages in thread
From: Julien Grall @ 2020-01-10 22:23 UTC (permalink / raw)
  To: xen-devel; +Cc: George Dunlap, Julien Grall, Meng Xu, Dario Faggioli

Signed-off-by: Julien Grall <julien@xen.org>
---
 xen/common/sched_rt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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()
-- 
2.24.0


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Xen-devel] [PATCH] xen/sched: rt: Fix typo in a comment
  2020-01-10 22:23 [Xen-devel] [PATCH] xen/sched: rt: Fix typo in a comment Julien Grall
@ 2020-01-10 23:28 ` Meng Xu
  0 siblings, 0 replies; 2+ messages in thread
From: Meng Xu @ 2020-01-10 23:28 UTC (permalink / raw)
  To: Julien Grall; +Cc: George Dunlap, xen-devel, Dario Faggioli

On Fri, Jan 10, 2020 at 2:23 PM Julien Grall <julien@xen.org> wrote:
>
> Signed-off-by: Julien Grall <julien@xen.org>
> ---
>  xen/common/sched_rt.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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()
> --
> 2.24.0
>

Reviewed-by: Meng Xu <mengxu@cis.upenn.edu>

Cheers,

Meng

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-01-10 23:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-10 22:23 [Xen-devel] [PATCH] xen/sched: rt: Fix typo in a comment Julien Grall
2020-01-10 23:28 ` Meng Xu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.