diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2008-02-18 16:24:15 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2008-02-18 16:24:15 +0000 |
commit | 06e8e8d9bc9c248dbe3f0ef7e26f09bfb774e5d0 (patch) | |
tree | e576610e0d971d6fd29d49b9283cab14e59992e5 /sys | |
parent | 8c4d1481a3ef5d32c097bfc75946924ca0c6fbc6 (diff) |
'like\nlike' -> 'like' in a couple of comments.
From Giovanni Bechis.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/isa/if_ep_isa.c | 4 | ||||
-rw-r--r-- | sys/dev/isa/if_ep_isapnp.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/isa/if_ep_isa.c b/sys/dev/isa/if_ep_isa.c index ef3c898257a..310271a5555 100644 --- a/sys/dev/isa/if_ep_isa.c +++ b/sys/dev/isa/if_ep_isa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ep_isa.c,v 1.24 2006/06/17 17:57:00 brad Exp $ */ +/* $OpenBSD: if_ep_isa.c,v 1.25 2008/02/18 16:24:13 krw Exp $ */ /* $NetBSD: if_ep_isa.c,v 1.5 1996/05/12 23:52:36 mycroft Exp $ */ /* @@ -135,7 +135,7 @@ epaddcard(bus, iobase, irq, model) /* * 3c509 cards on the ISA bus are probed in ethernet address order. * The probe sequence requires careful orchestration, and we'd like - * like to allow the irq and base address to be wildcarded. So, we + * to allow the irq and base address to be wildcarded. So, we * probe all the cards the first time epprobe() is called. On subsequent * calls we look for matching cards. */ diff --git a/sys/dev/isa/if_ep_isapnp.c b/sys/dev/isa/if_ep_isapnp.c index 2a2013c08d3..8f32ee3c3fe 100644 --- a/sys/dev/isa/if_ep_isapnp.c +++ b/sys/dev/isa/if_ep_isapnp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ep_isapnp.c,v 1.10 2006/06/17 17:57:00 brad Exp $ */ +/* $OpenBSD: if_ep_isapnp.c,v 1.11 2008/02/18 16:24:14 krw Exp $ */ /* $NetBSD: if_ep_isapnp.c,v 1.5 1996/05/12 23:52:36 mycroft Exp $ */ /* @@ -91,7 +91,7 @@ struct cfattach ep_isapnp_ca = { /* * 3c509 cards on the ISA bus are probed in ethernet address order. * The probe sequence requires careful orchestration, and we'd like - * like to allow the irq and base address to be wildcarded. So, we + * to allow the irq and base address to be wildcarded. So, we * probe all the cards the first time epprobe() is called. On subsequent * calls we look for matching cards. */ |