diff options
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 |