mirror of
https://github.com/google/pebble.git
synced 2025-05-01 07:41:41 -04:00
spelling: sentinel
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
b33c3a748e
commit
394c11d071
1 changed files with 2 additions and 2 deletions
|
@ -199,7 +199,7 @@ int version_compare(Version a, Version b);
|
||||||
// - tintin/waftools/inject_metadata.py
|
// - tintin/waftools/inject_metadata.py
|
||||||
// - iOS/PebblePrivateKit/PebblePrivateKit/PBBundle.m
|
// - iOS/PebblePrivateKit/PebblePrivateKit/PBBundle.m
|
||||||
typedef struct __attribute__((__packed__)) {
|
typedef struct __attribute__((__packed__)) {
|
||||||
char header[8]; //!< Sentinal value, should always be 'PBLAPP'
|
char header[8]; //!< Sentinel value, should always be 'PBLAPP'
|
||||||
Version struct_version; //!< version of this structure's format
|
Version struct_version; //!< version of this structure's format
|
||||||
Version sdk_version; //!< version of the SDK used to build this process
|
Version sdk_version; //!< version of the SDK used to build this process
|
||||||
Version process_version; //!< version of the process
|
Version process_version; //!< version of the process
|
||||||
|
@ -237,7 +237,7 @@ typedef struct __attribute__((__packed__)) {
|
||||||
|
|
||||||
//! @internal
|
//! @internal
|
||||||
typedef struct __attribute__((__packed__)) {
|
typedef struct __attribute__((__packed__)) {
|
||||||
char header[8]; //!< Sentinal value, should always be 'PBLAPP'
|
char header[8]; //!< Sentinel value, should always be 'PBLAPP'
|
||||||
Version struct_version; //!< version of this structure's format
|
Version struct_version; //!< version of this structure's format
|
||||||
Version sdk_version; //!< version of the SDK used to build this process
|
Version sdk_version; //!< version of the SDK used to build this process
|
||||||
Version process_version; //!< version of the process
|
Version process_version; //!< version of the process
|
||||||
|
|
Loading…
Add table
Reference in a new issue