diff options
-rw-r--r-- | sys/arch/mvmeppc/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/mvmeppc/conf/RAMDISK | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/mvmeppc/conf/GENERIC b/sys/arch/mvmeppc/conf/GENERIC index ecaa6999300..c83478933d8 100644 --- a/sys/arch/mvmeppc/conf/GENERIC +++ b/sys/arch/mvmeppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.2 2001/06/27 05:46:23 art Exp $ +# $OpenBSD: GENERIC,v 1.3 2001/06/27 20:43:50 miod Exp $ # # MVMEPPC GENERIC config file # @@ -7,7 +7,7 @@ machine mvmeppc maxusers 32 -# default type, instructs system to try to determin what proper type is +# default type, instructs system to try to determine what proper type is # actual machine type probed via name of openfirmware root node. option SYS_TYPE=APPL diff --git a/sys/arch/mvmeppc/conf/RAMDISK b/sys/arch/mvmeppc/conf/RAMDISK index 0766f3df50c..05934d0438e 100644 --- a/sys/arch/mvmeppc/conf/RAMDISK +++ b/sys/arch/mvmeppc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.2 2001/06/27 05:46:24 art Exp $ +# $OpenBSD: RAMDISK,v 1.3 2001/06/27 20:43:50 miod Exp $ # # MVMEPPC GENERIC config file # @@ -7,7 +7,7 @@ machine mvmeppc maxusers 32 -# default type, instructs system to try to determin what proper type is +# default type, instructs system to try to determine what proper type is # actual machine type probed via name of openfirmware root node. option SYS_TYPE=APPL |