summaryrefslogtreecommitdiffstats
path: root/share/man/man4/iic.4
diff options
context:
space:
mode:
authorjoel <joel@FreeBSD.org>2010-08-07 08:31:32 +0000
committerjoel <joel@FreeBSD.org>2010-08-07 08:31:32 +0000
commit38858fc5446edd9d46a9c25b8893987fa96cad4e (patch)
treee7bde2236d924292d6675e9797b1652e48d501a0 /share/man/man4/iic.4
parent0c4bafa8fe11ec3f93dda2e33a7c6cd47e61bf8c (diff)
downloadFreeBSD-src-38858fc5446edd9d46a9c25b8893987fa96cad4e.zip
FreeBSD-src-38858fc5446edd9d46a9c25b8893987fa96cad4e.tar.gz
Fix typo in comment.
Diffstat (limited to 'share/man/man4/iic.4')
-rw-r--r--share/man/man4/iic.42
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man4/iic.4 b/share/man/man4/iic.4
index 7d6141c..9f410a3 100644
--- a/share/man/man4/iic.4
+++ b/share/man/man4/iic.4
@@ -144,7 +144,7 @@ struct iic_msg
uint16_t slave;
uint16_t flags;
#define IIC_M_RD 0x0001 /* read vs write */
- uint16_t len; /* msg legnth */
+ uint16_t len; /* msg length */
uint8_t * buf;
};
OpenPOWER on IntegriCloud