mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: forever
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
0adb006678
commit
937ef82130
1 changed files with 1 additions and 1 deletions
|
@ -1351,7 +1351,7 @@ bool activity_algorithm_test_fill_minute_file(void) {
|
|||
AlgMinuteFileRecord record = { };
|
||||
prv_init_minute_record(&record.hdr, utc_sec, true /*for_file*/);
|
||||
|
||||
// Delete old file so this doesn't take forver, in case it's already got a lot of data in it
|
||||
// Delete old file so this doesn't take forever, in case it's already got a lot of data in it
|
||||
pfs_remove(ALG_MINUTE_DATA_FILE_NAME);
|
||||
s_alg_state->num_minute_records = 0;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue