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/m68k | |
parent | 18e3f6d8614d82a9fa490919bfe47dc48a923144 (diff) |
phyio -> physio
Diffstat (limited to 'sys/arch/m68k')
-rw-r--r-- | sys/arch/m68k/include/vmparam.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/m68k/include/vmparam.h b/sys/arch/m68k/include/vmparam.h index 3627ea33e87..82518ef3dc3 100644 --- a/sys/arch/m68k/include/vmparam.h +++ b/sys/arch/m68k/include/vmparam.h @@ -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 |