diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2001-08-19 14:42:07 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2001-08-19 14:42:07 +0000 |
commit | 090107b9db9c11ccf25c4c16861675988a3f8eb6 (patch) | |
tree | 7761f8e270a3ca2e9fc4806573814871bda3604d /sys | |
parent | 3b2924bd18a8a1671da1f0ebfc650f87f71d2cf2 (diff) |
Typos in comments.
Remove `to be merged with le soon' since this is an obvious lie.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/amiga/conf/files.amiga | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/amiga/conf/files.amiga b/sys/arch/amiga/conf/files.amiga index 7d77c6a8341..5e2c9067c75 100644 --- a/sys/arch/amiga/conf/files.amiga +++ b/sys/arch/amiga/conf/files.amiga @@ -1,4 +1,4 @@ -# $OpenBSD: files.amiga,v 1.41 2001/05/11 07:55:32 deraadt Exp $ +# $OpenBSD: files.amiga,v 1.42 2001/08/19 14:42:06 espie Exp $ # $NetBSD: files.amiga,v 1.62 1997/08/27 19:32:47 is Exp $ @@ -127,7 +127,7 @@ file arch/amiga/dev/grf_ul.c grful needs-flag file arch/amiga/dev/ite_ul.c grful & ite file arch/amiga/dev/grf_ultms.g grful -# CyberVison 64 grf (ite5 grf5) +# CyberVision 64 grf (ite5 grf5) device grfcv: grfbus attach grfcv at zbus file arch/amiga/dev/grf_cv.c grfcv needs-flag @@ -169,7 +169,7 @@ device qn: ifnet, ether attach qn at zbus file arch/amiga/dev/if_qn.c qn needs-flag -# Ariadne ethernet card (will merge into le soon) +# Ariadne ethernet card device ae: ifnet, ether attach ae at zbus file arch/amiga/dev/if_ae.c ae needs-count @@ -384,7 +384,7 @@ major {rd = 16} include "../../../compat/sunos/files.sunos" file arch/m68k/m68k/sunos_machdep.c compat_sunos -# PCIC pcmcia contoller +# PCIC pcmcia controller # XXX this needs to be done very late, so it's done here. This feels # like a kludge, but it might be for the best. @@ -409,6 +409,6 @@ file dev/isa/i82365_isasubr.c pcic_isa | pcic_isapnp include "dev/pcmcia/files.pcmcia" # -# Media Indepedent Interface (mii) +# Media Independent Interface (mii) # include "../../../dev/mii/files.mii" |