summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkrw <krw@openbsd.org>2008-02-18 16:24:13 +0000
committerkrw <krw@openbsd.org>2008-02-18 16:24:13 +0000
commita9ef5032c7d3c7e0704015148da81a232812f12a (patch)
tree1060726f8459e3539749d3967566637c11a95e90
parentsgivol(8) no longer requires the '-f' option. (diff)
downloadwireguard-openbsd-a9ef5032c7d3c7e0704015148da81a232812f12a.tar.xz
wireguard-openbsd-a9ef5032c7d3c7e0704015148da81a232812f12a.zip
'like\nlike' -> 'like' in a couple of comments.
From Giovanni Bechis.
-rw-r--r--sys/dev/isa/if_ep_isa.c4
-rw-r--r--sys/dev/isa/if_ep_isapnp.c4
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.
*/