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/3177b7e2b9f8
branches:  trunk
changeset: 777981:3177b7e2b9f8
user:      jym <jym%NetBSD.org@localhost>
date:      Sun Mar 11 16:16:44 2012 +0000

description:
Typo fix.

diffstat:

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

diffs (27 lines):

diff -r 0c5bb0660eb9 -r 3177b7e2b9f8 sys/arch/xen/x86/cpu.c
--- a/sys/arch/xen/x86/cpu.c    Sun Mar 11 15:58:56 2012 +0000
+++ b/sys/arch/xen/x86/cpu.c    Sun Mar 11 16:16:44 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpu.c,v 1.89 2012/02/25 18:57:50 bouyer Exp $  */
+/*     $NetBSD: cpu.c,v 1.90 2012/03/11 16:16:44 jym Exp $     */
 /* NetBSD: cpu.c,v 1.18 2004/02/20 17:35:01 yamt Exp  */
 
 /*-
@@ -66,7 +66,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.89 2012/02/25 18:57:50 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.90 2012/03/11 16:16:44 jym Exp $");
 
 #include "opt_ddb.h"
 #include "opt_multiprocessor.h"
@@ -1196,7 +1196,7 @@
   * considered to be a canonical "SHADOW" PDIR with the following
   * properties: 
   * - Its recursive mapping points to itself
-  * - per-cpu recurseive mappings point to themselves on __x86_64__
+  * - per-cpu recursive mappings point to themselves on __x86_64__
   * - per-cpu L4 pages' kernel entries are expected to be in sync with
   *   the shadow
   */



Home | Main Index | Thread Index | Old Index