diff options
Diffstat (limited to 'sys/arch/mips64')
-rw-r--r-- | sys/arch/mips64/include/vmparam.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mips64/include/vmparam.h b/sys/arch/mips64/include/vmparam.h index a785ab99e20..354421b5b16 100644 --- a/sys/arch/mips64/include/vmparam.h +++ b/sys/arch/mips64/include/vmparam.h @@ -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 |