mirror of
https://github.com/google/pebble.git
synced 2025-04-30 07:21:39 -04:00
spelling: many, many,
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
04822e0ea5
commit
14c0197dc2
1 changed files with 1 additions and 1 deletions
|
@ -320,7 +320,7 @@ void test_settings_file__used_space_tracking(void) {
|
|||
set_and_verify(&file, key, key_len, val, val_len);
|
||||
}
|
||||
|
||||
// Then, write to the same key many many times. This should only use up 16
|
||||
// Then, write to the same key many, many, times. This should only use up 16
|
||||
// more bytes of the file if our used/free space tracking is working
|
||||
// correctly, but may end up being counted as more if it's broken.
|
||||
snprintf((char *)key, sizeof(key), "k%03d", 128);
|
||||
|
|
Loading…
Add table
Reference in a new issue