summaryrefslogtreecommitdiffstats
path: root/sys/dev/buslogic/bt.c
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2012-09-14 21:28:56 +0000
committereadler <eadler@FreeBSD.org>2012-09-14 21:28:56 +0000
commit8600cbb5b6ebb06db859c9e2c76d07be50b8ff6a (patch)
tree401383202e1fe7eae704c88c267d4db81d5f9e42 /sys/dev/buslogic/bt.c
parenta06756dafd4a9ec683a791e05584f7f4184c6ec6 (diff)
downloadFreeBSD-src-8600cbb5b6ebb06db859c9e2c76d07be50b8ff6a.zip
FreeBSD-src-8600cbb5b6ebb06db859c9e2c76d07be50b8ff6a.tar.gz
Correct double "the the"
Approved by: cperciva MFC after: 3 days
Diffstat (limited to 'sys/dev/buslogic/bt.c')
-rw-r--r--sys/dev/buslogic/bt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/buslogic/bt.c b/sys/dev/buslogic/bt.c
index 88d152f..f2504b8 100644
--- a/sys/dev/buslogic/bt.c
+++ b/sys/dev/buslogic/bt.c
@@ -1945,7 +1945,7 @@ bt_cmd(struct bt_softc *bt, bt_op_t opcode, u_int8_t *params, u_int param_len,
bt_outb(bt, COMMAND_REG, opcode);
/*
- * Wait for up to 1sec for each byte of the the
+ * Wait for up to 1sec for each byte of the
* parameter list sent to be sent.
*/
timeout = 10000;
OpenPOWER on IntegriCloud