Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/xen/x86 Typo fix.



details:   https://anonhg.NetBSD.org/src/rev/7cd97f410558
branches:  trunk
changeset: 763650:7cd97f410558
user:      jym <jym%NetBSD.org@localhost>
date:      Tue Mar 29 23:51:32 2011 +0000

description:
Typo fix.

diffstat:

 sys/arch/xen/x86/x86_xpmap.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r bd358cde17ef -r 7cd97f410558 sys/arch/xen/x86/x86_xpmap.c
--- a/sys/arch/xen/x86/x86_xpmap.c      Tue Mar 29 21:43:17 2011 +0000
+++ b/sys/arch/xen/x86/x86_xpmap.c      Tue Mar 29 23:51:32 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: x86_xpmap.c,v 1.24 2011/02/10 00:23:14 jym Exp $       */
+/*     $NetBSD: x86_xpmap.c,v 1.25 2011/03/29 23:51:32 jym Exp $       */
 
 /*
  * Copyright (c) 2006 Mathieu Ropert <mro%adviseo.fr@localhost>
@@ -69,7 +69,7 @@
 
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: x86_xpmap.c,v 1.24 2011/02/10 00:23:14 jym Exp $");
+__KERNEL_RCSID(0, "$NetBSD: x86_xpmap.c,v 1.25 2011/03/29 23:51:32 jym Exp $");
 
 #include "opt_xen.h"
 #include "opt_ddb.h"
@@ -617,7 +617,7 @@
         */
        for (i = 0; i < 3; i++, addr += PAGE_SIZE) {
                /*
-                * Xen doens't want R/W mappings in L3 entries, it'll add it
+                * Xen doesn't want R/W mappings in L3 entries, it'll add it
                 * itself.
                 */
                pdtpe[i] = xpmap_ptom_masked(addr) | PG_k | PG_V;



Home | Main Index | Thread Index | Old Index