phyio -> physio
authormiod <miod@openbsd.org>
Fri, 25 Jul 2008 21:24:49 +0000 (21:24 +0000)
committermiod <miod@openbsd.org>
Fri, 25 Jul 2008 21:24:49 +0000 (21:24 +0000)
sys/arch/alpha/include/vmparam.h
sys/arch/m68k/include/vmparam.h
sys/arch/mips64/include/vmparam.h

index a1241eb..2af8bb4 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: vmparam.h,v 1.16 2008/07/25 20:51:56 kurt Exp $ */
+/* $OpenBSD: vmparam.h,v 1.17 2008/07/25 21:24:49 miod Exp $ */
 /* $NetBSD: vmparam.h,v 1.18 2000/05/22 17:13:54 thorpej Exp $ */
 
 /*
@@ -82,7 +82,7 @@
 #define STACKGAP_RANDOM        256*1024
 
 /*
- * PTEs for mapping user space into the kernel for phyio operations.
+ * PTEs for mapping user space into the kernel for physio operations.
  * 64 pte's are enough to cover 8 disks * MAXBSIZE.
  */
 #ifndef USRIOSIZE
index 3627ea3..82518ef 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: vmparam.h,v 1.6 2008/07/24 04:54:27 miod Exp $        */
+/*     $OpenBSD: vmparam.h,v 1.7 2008/07/25 21:25:25 miod Exp $        */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -79,7 +79,7 @@
 #define        USRPTSIZE       (1 * NPTEPG)    /* 4mb */
 
 /*
- * PTEs for mapping user space into the kernel for phyio operations.
+ * PTEs for mapping user space into the kernel for physio operations.
  * One page is enough to handle 4Mb of simultaneous raw IO operations.
  */
 #ifndef USRIOSIZE
index a785ab9..354421b 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: vmparam.h,v 1.14 2008/03/30 20:13:14 miod Exp $       */
+/*     $OpenBSD: vmparam.h,v 1.15 2008/07/25 21:25:25 miod Exp $       */
 /*     $NetBSD: vmparam.h,v 1.5 1994/10/26 21:10:10 cgd Exp $  */
 
 /*
@@ -73,7 +73,7 @@
 #define STACKGAP_RANDOM        256*1024
 
 /*
- * PTEs for mapping user space into the kernel for phyio operations.
+ * PTEs for mapping user space into the kernel for physio operations.
  * 16 pte's are enough to cover 8 disks * MAXBSIZE.
  */
 #ifndef USRIOSIZE