aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorJoel Dahl <joel@FreeBSD.org>2010-08-07 08:31:32 +0000
committerJoel Dahl <joel@FreeBSD.org>2010-08-07 08:31:32 +0000
commit7f22a6d334cbc416f5d0d0b6f7a77198475e3da5 (patch)
treee7bde2236d924292d6675e9797b1652e48d501a0 /sys/dev
parentbe8026427938329de36094640c60dde252abecd8 (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/iicbus/iic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/iicbus/iic.h b/sys/dev/iicbus/iic.h
index bc2c81e2949f..ab58abf7bf7a 100644
--- a/sys/dev/iicbus/iic.h
+++ b/sys/dev/iicbus/iic.h
@@ -40,7 +40,7 @@ struct iic_msg
#define IIC_M_RD 0x0001 /* read vs write */
#define IIC_M_NOSTOP 0x0002 /* do not send a I2C stop after message */
#define IIC_M_NOSTART 0x0004 /* do not send a I2C start before message */
- uint16_t len; /* msg legnth */
+ uint16_t len; /* msg length */
uint8_t * buf;
};