[Xen-devel] [PATCH] xen/sched: rt: Fix typo in a comment

Julien Grall posted 1 patch 4 years, 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/xen tags/patchew/20200110222344.66071-1-julien@xen.org
xen/common/sched_rt.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[Xen-devel] [PATCH] xen/sched: rt: Fix typo in a comment
Posted by Julien Grall 4 years, 3 months ago
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
Re: [Xen-devel] [PATCH] xen/sched: rt: Fix typo in a comment
Posted by Meng Xu 4 years, 3 months ago
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