[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] x86/mm: Fix typo in comment on top of page_lock
commit b28849443bb7493f8d3755c431ed8f5f350cc2ea Author: Julien Grall <julien.grall@xxxxxxx> AuthorDate: Sun Mar 10 12:41:01 2019 +0000 Commit: Julien Grall <julien.grall@xxxxxxx> CommitDate: Thu Mar 21 18:37:40 2019 +0000 x86/mm: Fix typo in comment on top of page_lock Signed-off-by: Julien Grall <julien.grall@xxxxxxx> Acked-by: Jan Beulich <jbeulich@xxxxxxxx> --- xen/arch/x86/mm.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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. -- generated by git-patchbot for /home/xen/git/xen.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |