commit | efad798b9f01300565f65058b153250cc49d58f2 | [log] [tgz] |
---|---|---|
author | Paulius Zaleckas <pauliusz@yahoo.com> | Sun Feb 03 15:42:53 2008 +0200 |
committer | Adrian Bunk <bunk@kernel.org> | Sun Feb 03 15:42:53 2008 +0200 |
tree | f425b1fad94ca5eb384f4df9418450afb163bcae | |
parent | 0cadfc09534033e2b9694bd2d226b5dcfebd6704 [diff] [blame] |
Spelling fixes: lenght->length Signed-off-by: Paulius Zaleckas <pauliusz@yahoo.com> Signed-off-by: Adrian Bunk <bunk@kernel.org>
diff --git a/include/linux/wireless.h b/include/linux/wireless.h index 74e84ca..3160dfed 100644 --- a/include/linux/wireless.h +++ b/include/linux/wireless.h
@@ -1079,7 +1079,7 @@ */ struct iw_event { - __u16 len; /* Real lenght of this stuff */ + __u16 len; /* Real length of this stuff */ __u16 cmd; /* Wireless IOCTL */ union iwreq_data u; /* IOCTL fixed payload */ };