From 662cac9f231e3c339f011b554d232603cc58df90 Mon Sep 17 00:00:00 2001 From: Christian Brueffer Date: Wed, 26 Mar 2008 07:32:08 +0000 Subject: Fix some "in in" typos in comments. PR: 121490 Submitted by: Anatoly Borodin Approved by: rwatson (mentor), jkoshy MFC after: 3 days --- sys/dev/ti/if_ti.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev') diff --git a/sys/dev/ti/if_ti.c b/sys/dev/ti/if_ti.c index 77150e31cd64..fd9d8ca62a37 100644 --- a/sys/dev/ti/if_ti.c +++ b/sys/dev/ti/if_ti.c @@ -3686,7 +3686,7 @@ ti_ioctl2(struct cdev *dev, u_long cmd, caddr_t addr, int flag, * to the Tigon board you're interested in. This seems * like a not-so-good way to do things, since unless you * subsequently specify the unit number of the device - * you're interested in in every ioctl, you'll only be + * you're interested in every ioctl, you'll only be * able to debug one board at a time. */ error = 0; -- cgit v1.3