From: Julien Grall Date: Sun, 10 Mar 2019 12:41:01 +0000 (+0000) Subject: x86/mm: Fix typo in comment on top of page_lock X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~2442 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b28849443bb7493f8d3755c431ed8f5f350cc2ea;p=xen.git x86/mm: Fix typo in comment on top of page_lock Signed-off-by: Julien Grall Acked-by: Jan Beulich --- diff --git a/xen/arch/x86/mm.c b/xen/arch/x86/mm.c index dbec130da0..a88cd9ce7c 100644 --- a/xen/arch/x86/mm.c +++ b/xen/arch/x86/mm.c @@ -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.