From: Tamas K Lengyel Date: Wed, 24 Sep 2014 09:19:57 +0000 (+0200) Subject: x86/p2m: typo fix for spelling ambiguous X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~4335 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b67a26f0e174dda7d59ebee3673debd287205c67;p=xen.git x86/p2m: typo fix for spelling ambiguous Signed-off-by: Tamas K Lengyel Acked-by: Tim Deegan --- 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;