aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98/cbus
diff options
context:
space:
mode:
authorRebecca Cran <brucec@FreeBSD.org>2011-02-21 09:01:34 +0000
committerRebecca Cran <brucec@FreeBSD.org>2011-02-21 09:01:34 +0000
commit6bccea7c2bb77cbcbe9f019c664ddf4bf4ff8410 (patch)
tree1f08a200604ea39c38fc67b8558b5638a6dfba0d /sys/pc98/cbus
parentade7b47061ff5015b869ce84896d2381e8bb9799 (diff)
downloadsrc-6bccea7c2bb77cbcbe9f019c664ddf4bf4ff8410.tar.gz
src-6bccea7c2bb77cbcbe9f019c664ddf4bf4ff8410.zip
Notes
Diffstat (limited to 'sys/pc98/cbus')
-rw-r--r--sys/pc98/cbus/fdc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pc98/cbus/fdc.c b/sys/pc98/cbus/fdc.c
index 8373f45163c5..fd65d7247e46 100644
--- a/sys/pc98/cbus/fdc.c
+++ b/sys/pc98/cbus/fdc.c
@@ -2378,7 +2378,7 @@ fdmisccmd(struct cdev *dev, u_int cmd, void *data)
/*
* Set up a bio request for fdstrategy(). bio_offset is faked
- * so that fdstrategy() will seek to the the requested
+ * so that fdstrategy() will seek to the requested
* cylinder, and use the desired head.
*/
bp->bio_cmd = cmd;