[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH for-4.5 v6 05/17] x86/p2m: Typo fix for spelling ambiguous
Signed-off-by: Tamas K Lengyel <tklengyel@xxxxxxxxxxxxx> --- xen/include/asm-x86/p2m.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xen/include/asm-x86/p2m.h b/xen/include/asm-x86/p2m.h index 3702bea..44aedb1 100644 --- a/xen/include/asm-x86/p2m.h +++ b/xen/include/asm-x86/p2m.h @@ -80,7 +80,7 @@ typedef enum { * caused by p2m_access_t restrictions are sent to the mem_event * interface. * - * The access permissions are soft state: when any ambigious change of page + * The access permissions are soft state: when any ambiguous change of page * type or use occurs, or when pages are flushed, swapped, or at any other * convenient type, the access permissions can get reset to the p2m_domain * default. @@ -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.1.0 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |