diff options
author | Pedro Martelletto <pedro@cvs.openbsd.org> | 2006-06-16 14:25:18 +0000 |
---|---|---|
committer | Pedro Martelletto <pedro@cvs.openbsd.org> | 2006-06-16 14:25:18 +0000 |
commit | 36542db52ec927a85558536b015c9109fa24a055 (patch) | |
tree | 4713673351d4d25b8e64cb87dcbe175db8288e88 /sys | |
parent | 8fe9d6a6bbb6ed46be29fd47d7ad6e1fd7b7f30b (diff) |
typo
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index 4fec5263815..7716020af4c 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.140 2006/06/02 20:31:55 fkr Exp $g +# $OpenBSD: GENERIC,v 1.141 2006/06/16 14:25:17 pedro Exp $g # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -13,7 +13,7 @@ machine macppc powerpc include "../../../conf/GENERIC" maxusers 32 # estimated number of users -# 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 |