diff options
author | Max Krasnyansky <maxk@qualcomm.com> | 2002-03-20 17:59:04 +0000 |
---|---|---|
committer | Max Krasnyansky <maxk@qualcomm.com> | 2002-03-20 17:59:04 +0000 |
commit | e5049f81cd29f935a2465c430f5db8f15765d46d (patch) | |
tree | fae62d254cdcd27eda70e4dd3f1d95debf91080a /include | |
parent | be6ddaecae3cb232e79c2f7bbcc2c9277ec4494b (diff) |
Typo correction.
Diffstat (limited to 'include')
-rw-r--r-- | include/hci.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/hci.h b/include/hci.h index 5fcc8c1e..a9b23ffd 100644 --- a/include/hci.h +++ b/include/hci.h @@ -342,7 +342,7 @@ typedef struct { #define OCF_INQUIRY 0x0001 typedef struct { uint8_t lap[3]; - uint8_t lenght; + uint8_t length; uint8_t num_rsp; } __attribute__ ((packed)) inquiry_cp; #define INQUIRY_CP_SIZE 5 @@ -555,7 +555,7 @@ typedef struct { #define EVT_NUM_COMP_PKTS 0x13 typedef struct { uint8_t num_hndl; - /* variable lenght part */ + /* variable length part */ } __attribute__ ((packed)) evt_num_comp_pkts; #define EVT_NUM_COMP_PKTS_SIZE 1 |