]> xenbits.xensource.com Git - people/dwmw2/xen.git/commitdiff
xen/include: Fix typoes in asm-x86/domain.h
authorJulien Grall <jgrall@amazon.com>
Tue, 4 Feb 2020 16:53:49 +0000 (16:53 +0000)
committerJulien Grall <julien@xen.org>
Sat, 8 Feb 2020 11:56:51 +0000 (11:56 +0000)
Signed-off-by: Julien Grall <jgrall@amazon.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/include/asm-x86/domain.h

index a3ae5d9a20820ec8cee4cb4aff2664297995620e..f0c25ffec0c284ad1c37990bfe920f9119bc7c87 100644 (file)
@@ -97,7 +97,7 @@ struct shadow_domain {
     struct page_list_head freelist;
     unsigned int      total_pages;  /* number of pages allocated */
     unsigned int      free_pages;   /* number of pages on freelists */
-    unsigned int      p2m_pages;    /* number of pages allocates to p2m */
+    unsigned int      p2m_pages;    /* number of pages allocated to p2m */
 
     /* 1-to-1 map for use when HVM vcpus have paging disabled */
     pagetable_t unpaged_pagetable;
@@ -161,7 +161,7 @@ struct hap_domain {
     struct page_list_head freelist;
     unsigned int      total_pages;  /* number of pages allocated */
     unsigned int      free_pages;   /* number of pages on freelists */
-    unsigned int      p2m_pages;    /* number of pages allocates to p2m */
+    unsigned int      p2m_pages;    /* number of pages allocated to p2m */
 };
 
 /************************************************/