diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-06-27 20:43:51 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-06-27 20:43:51 +0000 |
commit | 1fc4054a3a489964b882296ab2682cf7f91b15c1 (patch) | |
tree | 32e01df96d588b87b96d4ae72a0d3a3a2456a7b3 /sys/arch/mvmeppc | |
parent | a87f37996c76cc689337013c91e7410f5d14c194 (diff) |
Typos
Diffstat (limited to 'sys/arch/mvmeppc')
-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 |