xen/memory: Fix typo in the comment on top of check_get_page_from_gfn
authorJulien Grall <julien.grall@arm.com>
Sat, 9 Mar 2019 21:20:23 +0000 (21:20 +0000)
committerJulien Grall <julien.grall@arm.com>
Thu, 21 Mar 2019 18:39:12 +0000 (18:39 +0000)
Signed-off-by: Julien Grall <julien.grall@arm.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/common/memory.c

index 5387769987405161035c4a01b9457a7165a72738..86567e6117f546bd0080ee846744905c80e7e3bf 100644 (file)
@@ -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