mirror of
https://github.com/google/pebble.git
synced 2025-04-24 13:39:17 -04:00
spelling: similarly
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
b8c84e077c
commit
cbbaeba03c
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
#define DELETED_LIFETIME (0 * SECONDS_PER_DAY)
|
||||
|
||||
//! A SettingsFile is just a simple binary key-value store. Keys can be strings,
|
||||
//! uint32_ts, or arbitrary bytes. Values are similarilly flexible. All
|
||||
//! uint32_ts, or arbitrary bytes. Values are similarly flexible. All
|
||||
//! operations are atomic, so a reboot in the middle of changing the value for a
|
||||
//! key will always either complete, returning the new value upon reboot, or
|
||||
//! will just return the old value.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue