mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: existing
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
874cd587c2
commit
0de0ee0d68
1 changed files with 1 additions and 1 deletions
|
@ -460,7 +460,7 @@ typedef void (*DictionaryKeyUpdatedCallback)(const uint32_t key, const Tuple *ne
|
|||
|
||||
//! Merges entries from another "source" dictionary into a "destination" dictionary.
|
||||
//! All Tuples from the source are written into the destination dictionary, while
|
||||
//! updating the exsting Tuples with matching keys.
|
||||
//! updating the existing Tuples with matching keys.
|
||||
//! @param dest The destination dictionary to update
|
||||
//! @param [in,out] dest_max_size_in_out In: the maximum size of buffer backing `dest`. Out: the final size of the updated dictionary.
|
||||
//! @param source The source dictionary of which its Tuples will be used to update dest.
|
||||
|
|
Loading…
Add table
Reference in a new issue