From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tamas K Lengyel Subject: [PATCH for-4.5 v6 05/17] x86/p2m: Typo fix for spelling ambiguous Date: Mon, 15 Sep 2014 16:02:43 +0200 Message-ID: <1410789775-24197-6-git-send-email-tklengyel@sec.in.tum.de> References: <1410789775-24197-1-git-send-email-tklengyel@sec.in.tum.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1410789775-24197-1-git-send-email-tklengyel@sec.in.tum.de> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org Cc: ian.campbell@citrix.com, tim@xen.org, julien.grall@linaro.org, ian.jackson@eu.citrix.com, stefano.stabellini@citrix.com, andres@lagarcavilla.org, jbeulich@suse.com, dgdegra@tycho.nsa.gov, Tamas K Lengyel List-Id: xen-devel@lists.xenproject.org Signed-off-by: Tamas K Lengyel --- 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