summaryrefslogtreecommitdiffstats
path: root/drivers/char/ip2/i2hw.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/char/ip2/i2hw.h')
-rw-r--r--drivers/char/ip2/i2hw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/ip2/i2hw.h b/drivers/char/ip2/i2hw.h
index 9e5b07ca0..15fe04e74 100644
--- a/drivers/char/ip2/i2hw.h
+++ b/drivers/char/ip2/i2hw.h
@@ -143,7 +143,7 @@ registers, use byte operations only.
//
#define FIFO_DATA 0
-// Another way of passing information between the the board and the host is
+// Another way of passing information between the board and the host is
// through "mailboxes". Unlike a FIFO, a mailbox holds only a single byte of
// data. Writing data to the mailbox causes a status bit to be set, and
// potentially interrupting the intended receiver. The sender has some way to