]> xenbits.xensource.com Git - xen.git/commitdiff
x86/p2m: typo fix for spelling ambiguous
authorTamas K Lengyel <tklengyel@sec.in.tum.de>
Wed, 24 Sep 2014 09:19:57 +0000 (11:19 +0200)
committerJan Beulich <jbeulich@suse.com>
Wed, 24 Sep 2014 09:19:57 +0000 (11:19 +0200)
Signed-off-by: Tamas K Lengyel <tklengyel@sec.in.tum.de>
Acked-by: Tim Deegan <tim@xen.org>
xen/include/asm-x86/p2m.h

index bae669e37cc9a06d53d433e4229a008003db5c15..453aeefb9d7f851e93b8457551d0ef7605799213 100644 (file)
@@ -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;