[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [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
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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |