diff options
| author | Christian Brueffer <brueffer@FreeBSD.org> | 2008-03-26 07:32:08 +0000 |
|---|---|---|
| committer | Christian Brueffer <brueffer@FreeBSD.org> | 2008-03-26 07:32:08 +0000 |
| commit | 662cac9f231e3c339f011b554d232603cc58df90 (patch) | |
| tree | e7fe03597b4470bc5563c7f3e7e962c88698ab9e /sys/dev | |
| parent | 8e7f63ecf84b39826087a1a785b05040608c1d77 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ti/if_ti.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
