Module Name: src
Committed By: jym
Date: Tue Mar 29 23:51:32 UTC 2011
Modified Files:
src/sys/arch/xen/x86: x86_xpmap.c
Log Message:
Typo fix.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/xen/x86/x86_xpmap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/xen/x86/x86_xpmap.c
diff -u src/sys/arch/xen/x86/x86_xpmap.c:1.24 src/sys/arch/xen/x86/x86_xpmap.c:1.25
--- src/sys/arch/xen/x86/x86_xpmap.c:1.24 Thu Feb 10 00:23:14 2011
+++ src/sys/arch/xen/x86/x86_xpmap.c Tue Mar 29 23:51:32 2011
@@ -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 <[email protected]>
@@ -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;