mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: unsuccessful
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
0f74b405d0
commit
03c66ad51e
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ bool pb_storage_init(PutBytesStorage *storage, PutBytesObjectType object_type,
|
||||||
//! Deinitialize and free a storage struct after a transaction is over
|
//! Deinitialize and free a storage struct after a transaction is over
|
||||||
//! @param storage a pointer-to-pointer to where the reference to the storage is currently held
|
//! @param storage a pointer-to-pointer to where the reference to the storage is currently held
|
||||||
//! @param is_success whether the putbyte transfer succeeded or not
|
//! @param is_success whether the putbyte transfer succeeded or not
|
||||||
//! @note if putbytes is unsuccesful, the data will be deleted
|
//! @note if putbytes is unsuccessful, the data will be deleted
|
||||||
void pb_storage_deinit(PutBytesStorage *storage, bool is_success);
|
void pb_storage_deinit(PutBytesStorage *storage, bool is_success);
|
||||||
|
|
||||||
//! Some types of storage allow the state of a partial installation to be recovered (today, just
|
//! Some types of storage allow the state of a partial installation to be recovered (today, just
|
||||||
|
|
Loading…
Add table
Reference in a new issue