diff mbox series

[Xen-devel] xen/memory: Fix typo in the comment on top of check_get_page_from_gfn

Message ID 20190319232005.23813-1-julien.grall@arm.com
State New
Headers show
Series [Xen-devel] xen/memory: Fix typo in the comment on top of check_get_page_from_gfn | expand

Commit Message

Julien Grall March 19, 2019, 11:20 p.m. UTC
Signed-off-by: Julien Grall <julien.grall@arm.com>
---
 xen/common/memory.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jan Beulich March 20, 2019, 7:04 a.m. UTC | #1
>>> Julien Grall <julien.grall@arm.com> 03/20/19 12:20 AM >>>
>Signed-off-by: Julien Grall <julien.grall@arm.com>

Acked-by: Jan Beulich <jbeulich@suse.com>
diff mbox series

Patch

diff --git a/xen/common/memory.c b/xen/common/memory.c
index 5387769987..86567e6117 100644
--- a/xen/common/memory.c
+++ b/xen/common/memory.c
@@ -1648,7 +1648,7 @@  void destroy_ring_for_helper(
 }
 
 /*
- * Acquire a pointer to struct page_info for a specified doman and GFN,
+ * Acquire a pointer to struct page_info for a specified domain and GFN,
  * checking whether the page has been paged out, or needs unsharing.
  * If the function succeeds then zero is returned, page_p is written
  * with a pointer to the struct page_info with a reference taken, and