[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] x86/mm: Fix typo in comment on top of page_lock
Signed-off-by: Julien Grall <julien.grall@xxxxxxx> --- xen/arch/x86/mm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/arch/x86/mm.c b/xen/arch/x86/mm.c index dbec130da0..94b82e8e5e 100644 --- a/xen/arch/x86/mm.c +++ b/xen/arch/x86/mm.c @@ -2003,7 +2003,7 @@ static int free_l4_table(struct page_info *page) * 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. + * assumptions. * * NB that if we find valid, safe reasons to hold two page locks at * once, these checks will need to be adjusted. -- 2.11.0 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |