[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] xen/memory: Fix typo in the comment on top of check_get_page_from_gfn
Signed-off-by: Julien Grall <julien.grall@xxxxxxx> --- 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.11.0 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |