mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: retrieval
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
c42dfbcdfc
commit
2062536f26
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
#include <inttypes.h>
|
||||
|
||||
//! @file flash_logging.c
|
||||
//! Logs messages to SPI flash for later retreival.
|
||||
//! Logs messages to SPI flash for later retrieval.
|
||||
//!
|
||||
//! The different chunks allow us to implement a rolling log, where if we fill up all the chunks, we can erase the oldest
|
||||
//! chunk to find us some more space. Each chunk gets its own header at the top of the chunk to indicate the order in
|
||||
|
|
Loading…
Add table
Reference in a new issue