mirror of
https://github.com/Fishwaldo/open-zwave.git
synced 2025-07-07 05:28:54 +00:00
Misc grammar fixes.
This commit is contained in:
parent
cef3a77673
commit
01aa2c7853
6 changed files with 7 additions and 7 deletions
|
@ -244,7 +244,7 @@ static int get_usage(uint8_t *report_descriptor, size_t size,
|
|||
if (usage_page_found && usage_found)
|
||||
return 0; /* success */
|
||||
|
||||
/* Skip over this key and it's associated data */
|
||||
/* Skip over this key and its associated data */
|
||||
i += data_len + key_size;
|
||||
}
|
||||
|
||||
|
|
|
@ -143,7 +143,7 @@ static int uses_numbered_reports(__u8 *report_descriptor, __u32 size) {
|
|||
key_size = 1;
|
||||
}
|
||||
|
||||
/* Skip over this key and it's associated data */
|
||||
/* Skip over this key and its associated data */
|
||||
i += data_len + key_size;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue