WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] Fix a spelling mistake in arch/x86/xen/mmu.c for xen/stable-

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Fix a spelling mistake in arch/x86/xen/mmu.c for xen/stable-2.6.32.x and xen/next-2.6.32
From: Teck Choon Giam <giamteckchoon@xxxxxxxxx>
Date: Fri, 18 Mar 2011 05:25:09 +0800
Delivery-date: Thu, 17 Mar 2011 14:26:06 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=W61Y1f2Ct3+DcsGIpRUNJuuqah9VIRr8pOqdbVaUD8E=; b=SVYetDEWQxGFVa0Pqh9mSQndLQ8lQONu48Xys4WT5WAInzYeC3kM9DAgfHWa6i1hJ4 6RcYMfB8Mpw5LPAn2kIHVIXeX/nf+6eFNizh/JrcVJwAfdKgiX/rg+Vnz3Ntvlc8e/Za Srvh0/16E/62CYHIaMGyHetkz4rCVkQnohyTA=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=jS1LnWA+yxPaR0E5XdVIAuDNenbf70f5eUESNIfecBouJogI8GgQq/ue6FDXit7WTg 6S40FTMIPtkwJ1w01PiqQUjT2Nfc/7RESMV/MVwgjSFqbCUyWWWrAYLp6xGc2t6tC4UD VaIwj4WlBDu1j951QA+rgxS2CnAyCld7gAqRQ=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi,

I wonder is this a typo... I believe so and patch below.

From: Giam Teck Choon <giamteckchoon@xxxxxxxxx>

Fix a typo in arch/x86/xen/mmu.c

menas -> means

Signed-off-by: Giam Teck Choon <giamteckchoon@xxxxxxxxx>
---
 arch/x86/xen/mmu.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/x86/xen/mmu.c b/arch/x86/xen/mmu.c
index d9cc3a0..7a56a17 100644
--- a/arch/x86/xen/mmu.c
+++ b/arch/x86/xen/mmu.c
@@ -32,7 +32,7 @@
  * would need to validate the whole pagetable before going on.
  * Naturally, this is quite slow.  The solution is to "pin" a
  * pagetable, which enforces all the constraints on the pagetable even
- * when it is not actively in use.  This menas that Xen can be assured
+ * when it is not actively in use.  This means that Xen can be assured
  * that it is still valid when you do load it into %cr3, and doesn't
  * need to revalidate it.
  *

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Fix a spelling mistake in arch/x86/xen/mmu.c for xen/stable-2.6.32.x and xen/next-2.6.32, Teck Choon Giam <=