x86/mm: Fix typo in comment on top of page_lock
authorJulien Grall <julien.grall@arm.com>
Sun, 10 Mar 2019 12:41:01 +0000 (12:41 +0000)
committerJulien Grall <julien.grall@arm.com>
Thu, 21 Mar 2019 18:37:40 +0000 (18:37 +0000)
Signed-off-by: Julien Grall <julien.grall@arm.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/mm.c

index dbec130da0ca74f3de1e7dd019082b70cf144b02..a88cd9ce7ca2a3645a7d5a5038e4dbc91e21dc7b 100644 (file)
@@ -2002,8 +2002,7 @@ static int free_l4_table(struct page_info *page)
  * 1. No hypervisor paths ever lock two pages at once, and
  * 2. We never call _put_page_type() on a page while holding its page lock.
  *
- * Add a check to debug builds to catch any violations of these
- * assumpitons.
+ * Add a check to debug builds to catch any violations of these assumptions.
  *
  * NB that if we find valid, safe reasons to hold two page locks at
  * once, these checks will need to be adjusted.