Sun Jul 31 18:00:54 2011 UTC ()
Fix typo in comment.


(jym)
diff -r1.8 -r1.9 src/sys/arch/xen/x86/xen_shm_machdep.c

cvs diff -r1.8 -r1.9 src/sys/arch/xen/x86/xen_shm_machdep.c (expand / switch to context diff)
--- src/sys/arch/xen/x86/xen_shm_machdep.c 2010/03/28 20:46:18 1.8
+++ src/sys/arch/xen/x86/xen_shm_machdep.c 2011/07/31 18:00:54 1.9
@@ -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