mirror of
https://github.com/google/pebble.git
synced 2025-06-05 09:43:12 +00:00
spelling: retrieve
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
2062536f26
commit
656ba98a40
6 changed files with 6 additions and 6 deletions
|
@ -64,7 +64,7 @@ typedef enum {
|
|||
//! This structure is used internally to describe the process. This struct here is actually a polymorphic base
|
||||
//! class, and can be casted to either \ref PebbleProcessMdSystem or \ref PebbleProcessMdFlash depending on the value
|
||||
//! of \ref is_flash_based. Clients shouldn't do this casting themselves though, and instead should use the
|
||||
//! process_metadata_get_* functions to safely retreive values from this struct.
|
||||
//! process_metadata_get_* functions to safely retrieve values from this struct.
|
||||
typedef struct PebbleProcessMd {
|
||||
Uuid uuid;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue