From b67a26f0e174dda7d59ebee3673debd287205c67 Mon Sep 17 00:00:00 2001 From: Tamas K Lengyel Date: Wed, 24 Sep 2014 11:19:57 +0200 Subject: [PATCH] x86/p2m: typo fix for spelling ambiguous Signed-off-by: Tamas K Lengyel Acked-by: Tim Deegan --- xen/include/asm-x86/p2m.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/include/asm-x86/p2m.h b/xen/include/asm-x86/p2m.h index bae669e37c..453aeefb9d 100644 --- a/xen/include/asm-x86/p2m.h +++ b/xen/include/asm-x86/p2m.h @@ -262,7 +262,7 @@ struct p2m_domain { long (*audit_p2m)(struct p2m_domain *p2m); /* Default P2M access type for each page in the the domain: new pages, - * swapped in pages, cleared pages, and pages that are ambiquously + * swapped in pages, cleared pages, and pages that are ambiguously * retyped get this access type. See definition of p2m_access_t. */ p2m_access_t default_access; -- 2.30.2