diff options
author | David Krause <david@cvs.openbsd.org> | 2005-05-01 17:19:35 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2005-05-01 17:19:35 +0000 |
commit | 240d9f8257be4849c78d3a0b31ae82ff3269c142 (patch) | |
tree | 7494670908287915f1c4b8a8d51151258ee7109b /sys/arch/sgi/conf | |
parent | 6fecd2bbab6c7bd90f9b2f64f4cf012f04ad98fc (diff) |
spelling
Diffstat (limited to 'sys/arch/sgi/conf')
-rw-r--r-- | sys/arch/sgi/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/sgi/conf/RAMDISK | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/sgi/conf/GENERIC b/sys/arch/sgi/conf/GENERIC index 9f1d91924d7..797588ad8ae 100644 --- a/sys/arch/sgi/conf/GENERIC +++ b/sys/arch/sgi/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.15 2005/04/30 00:49:36 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.16 2005/05/01 17:19:34 david Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -17,7 +17,7 @@ maxusers 32 # estimated number of users makeoption LINK_ADDRESS="0xffffffff80100000" # MD options -option ARCBIOS # We use arcbios for FW comminication. +option ARCBIOS # We use arcbios for FW communication. #option APERTURE diff --git a/sys/arch/sgi/conf/RAMDISK b/sys/arch/sgi/conf/RAMDISK index b1424537c3f..b6691952a55 100644 --- a/sys/arch/sgi/conf/RAMDISK +++ b/sys/arch/sgi/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.12 2005/05/01 07:54:42 david Exp $ +# $OpenBSD: RAMDISK,v 1.13 2005/05/01 17:19:34 david Exp $ # machine sgi mips64 @@ -21,7 +21,7 @@ option DDB option CD9660 # ISO 9660 + Rock Ridge file system option FIFO # POSIX fifo support (in all filesystems) option FFS # fast filesystem -#option MSDOSFS # Ability to read write MS-Dos filsystem +#option MSDOSFS # Ability to read write MS-Dos filesystem option NFSCLIENT # Sun NFS-compatible filesystem (client) # Networking options |