From 081491f8a8dcd749803fd5f8c9faa21bd8c22774 Mon Sep 17 00:00:00 2001 From: Julien Grall Date: Sat, 9 Mar 2019 21:20:23 +0000 Subject: [PATCH] xen/memory: Fix typo in the comment on top of check_get_page_from_gfn Signed-off-by: Julien Grall Acked-by: Jan Beulich --- xen/common/memory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2