mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: check
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
348660fb1e
commit
27d14ba72a
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ void test_ihex__initialize(void) {
|
|||
|
||||
static void prv_assert_ihex(const char *expected) {
|
||||
int len = strlen(expected);
|
||||
// Cehck that bytes aren't touched past the end of the record.
|
||||
// Check that bytes aren't touched past the end of the record.
|
||||
for (int i=len; i < sizeof(s_result); ++i) {
|
||||
cl_assert_equal_i(0x20, s_result[i]);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue