diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-01-17 22:58:02 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-01-17 22:58:02 +0000 |
commit | d568a3d0982d3e1d918994790017b52a789440af (patch) | |
tree | 1ce2e373b1fe2701ecea3efd7e9768f7d182a5e4 | |
parent | 0507c13c76cb4ad58a635443f896da540763a4af (diff) |
Hypo in comments
-rw-r--r-- | sys/arch/zaurus/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/zaurus/conf/RAMDISK | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/zaurus/conf/GENERIC b/sys/arch/zaurus/conf/GENERIC index 157f2bb218b..5aa140667f8 100644 --- a/sys/arch/zaurus/conf/GENERIC +++ b/sys/arch/zaurus/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.17 2005/01/16 18:13:28 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.18 2005/01/17 22:58:01 miod Exp $ # # GENERIC machine description file # @@ -44,7 +44,7 @@ options XSCALE_CACHE_WRITE_THROUGH makeoptions CPUFLAGS="-mcpu=xscale" #option WSDISPLAY_COMPAT_USL # VT handling -#option WSDISPLAY_COMPAT_RAWKBD # can get raw scancoetes +#option WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes option WSDISPLAY_DEFAULTSCREENS=2 #option WSDISPLAY_COMPAT_PCVT # emulate some ioctls diff --git a/sys/arch/zaurus/conf/RAMDISK b/sys/arch/zaurus/conf/RAMDISK index dc340bf337e..f6ce095d229 100644 --- a/sys/arch/zaurus/conf/RAMDISK +++ b/sys/arch/zaurus/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.14 2005/01/16 18:12:46 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.15 2005/01/17 22:58:01 miod Exp $ # # GENERIC machine description file # @@ -53,7 +53,7 @@ options XSCALE_CACHE_WRITE_THROUGH makeoptions CPUFLAGS="-mcpu=xscale" #option WSDISPLAY_COMPAT_USL # VT handling -#option WSDISPLAY_COMPAT_RAWKBD # can get raw scancoetes +#option WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes #option WSDISPLAY_DEFAULTSCREENS=2 #option WSDISPLAY_COMPAT_PCVT # emulate some ioctls |