Misc grammar fixes.

This commit is contained in:
pnaulls@gmail.com 2011-08-16 16:28:23 +00:00
parent cef3a77673
commit 01aa2c7853
6 changed files with 7 additions and 7 deletions

View file

@ -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;
}