diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2008-07-25 21:25:26 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2008-07-25 21:25:26 +0000 |
commit | 8d6308410dffdecfca70b5adff35d7a9053ba405 (patch) | |
tree | bafd110a9bdb552f8328fc158b1b23135af66707 /sys/arch/alpha/include/vmparam.h | |
parent | 18e3f6d8614d82a9fa490919bfe47dc48a923144 (diff) |
phyio -> physio
Diffstat (limited to 'sys/arch/alpha/include/vmparam.h')
-rw-r--r-- | sys/arch/alpha/include/vmparam.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/include/vmparam.h b/sys/arch/alpha/include/vmparam.h index a1241eb0515..2af8bb48f59 100644 --- a/sys/arch/alpha/include/vmparam.h +++ b/sys/arch/alpha/include/vmparam.h @@ -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 |