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 Fix typo in comment.
details: https://anonhg.NetBSD.org/src/rev/e97b80901570
branches: trunk
changeset: 767823:e97b80901570
user: jym <jym%NetBSD.org@localhost>
date: Sun Jul 31 18:00:54 2011 +0000
description:
Fix typo in comment.
diffstat:
sys/arch/xen/x86/xen_shm_machdep.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 0985edef02d5 -r e97b80901570 sys/arch/xen/x86/xen_shm_machdep.c
--- a/sys/arch/xen/x86/xen_shm_machdep.c Sun Jul 31 17:55:41 2011 +0000
+++ b/sys/arch/xen/x86/xen_shm_machdep.c Sun Jul 31 18:00:54 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: xen_shm_machdep.c,v 1.8 2010/03/28 20:46:18 snj Exp $ */
+/* $NetBSD: xen_shm_machdep.c,v 1.9 2011/07/31 18:00:54 jym Exp $ */
/*
* Copyright (c) 2006 Manuel Bouyer.
@@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: xen_shm_machdep.c,v 1.8 2010/03/28 20:46:18 snj Exp $");
+__KERNEL_RCSID(0, "$NetBSD: xen_shm_machdep.c,v 1.9 2011/07/31 18:00:54 jym Exp $");
#include <sys/types.h>
@@ -48,7 +48,7 @@
* functions to map a bunch of pages from foreign domains in our kernel VM
* space, do I/O to it, and unmap it.
*
- * At boot time, we grap some kernel VM space that we'll use to map the foreign
+ * At boot time, we grab some kernel VM space that we'll use to map the foreign
* pages. We also maintain a virtual to machine mapping table to give back
* the appropriate address to bus_dma if requested.
* If no more VM space is available, we return an error. The caller can then
Home |
Main Index |
Thread Index |
Old Index