mirror of
https://github.com/google/pebble.git
synced 2025-05-02 00:01:41 -04:00
spelling: every
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
fbdf1536ff
commit
8231962ed3
1 changed files with 1 additions and 1 deletions
|
@ -348,7 +348,7 @@ static bool prv_get_session_file(DataLoggingSession *session, uint32_t space_nee
|
||||||
}
|
}
|
||||||
|
|
||||||
// Add a minium buffer to needed. This gives us a little insurance and also allows for the
|
// Add a minium buffer to needed. This gives us a little insurance and also allows for the
|
||||||
// extra space needed for the chunk header byte that occurs at least once evvery
|
// extra space needed for the chunk header byte that occurs at least once every
|
||||||
// DLS_MAX_CHUNK_SIZE_BYTES bytes.
|
// DLS_MAX_CHUNK_SIZE_BYTES bytes.
|
||||||
space_needed += DLS_MIN_FREE_BYTES;
|
space_needed += DLS_MIN_FREE_BYTES;
|
||||||
uint32_t space_avail = file_size - session->storage.write_offset;
|
uint32_t space_avail = file_size - session->storage.write_offset;
|
||||||
|
|
Loading…
Add table
Reference in a new issue