summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortom <tom@openbsd.org>2007-06-25 14:13:40 +0000
committertom <tom@openbsd.org>2007-06-25 14:13:40 +0000
commit92e3a757611e2f041d201f7eebf46c2b066aaa81 (patch)
tree1d1cc8fb04fe5713d088c074f056a3de6aa65f61
parent"of of" is wrong - it should be "off of" - but "from" is even nicer (diff)
downloadwireguard-openbsd-92e3a757611e2f041d201f7eebf46c2b066aaa81.tar.xz
wireguard-openbsd-92e3a757611e2f041d201f7eebf46c2b066aaa81.zip
Fix a couple of "of of"s in comments.
-rw-r--r--sys/dev/eisa/eisa.c4
-rw-r--r--sys/dev/tc/tc.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/eisa/eisa.c b/sys/dev/eisa/eisa.c
index fb2c03a441f..9edcedf99f1 100644
--- a/sys/dev/eisa/eisa.c
+++ b/sys/dev/eisa/eisa.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: eisa.c,v 1.11 2003/04/27 11:22:52 ho Exp $ */
+/* $OpenBSD: eisa.c,v 1.12 2007/06/25 14:13:40 tom Exp $ */
/* $NetBSD: eisa.c,v 1.15 1996/10/21 22:31:01 thorpej Exp $ */
/*
@@ -218,7 +218,7 @@ eisaattach(parent, self, aux)
#ifdef EISAVERBOSE
/*
- * Descriptions of of known vendors and devices ("products").
+ * Descriptions of known vendors and devices ("products").
*/
struct eisa_knowndev {
int flags;
diff --git a/sys/dev/tc/tc.c b/sys/dev/tc/tc.c
index 9c4d286b741..335d0890ee9 100644
--- a/sys/dev/tc/tc.c
+++ b/sys/dev/tc/tc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tc.c,v 1.16 2006/03/13 22:00:31 miod Exp $ */
+/* $OpenBSD: tc.c,v 1.17 2007/06/25 14:13:40 tom Exp $ */
/* $NetBSD: tc.c,v 1.29 2001/11/13 06:26:10 lukem Exp $ */
/*
@@ -284,7 +284,7 @@ tc_intr_disestablish(dev, cookie)
#ifdef TCVERBOSE
/*
- * Descriptions of of known devices.
+ * Descriptions of known devices.
*/
struct tc_knowndev {
const char *id, *description;