diff options
author | Tom Cosgrove <tom@cvs.openbsd.org> | 2007-06-25 14:13:41 +0000 |
---|---|---|
committer | Tom Cosgrove <tom@cvs.openbsd.org> | 2007-06-25 14:13:41 +0000 |
commit | ea590bec51eac22b08e88198758bb5f0f06b73c9 (patch) | |
tree | 184f8757cd143649aad6a1909c66efb9095379a1 /sys | |
parent | ede66b67855e68dd6f055b530e31f197b6f40935 (diff) |
Fix a couple of "of of"s in comments.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/eisa/eisa.c | 4 | ||||
-rw-r--r-- | sys/dev/tc/tc.c | 4 |
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; |