mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: representation
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
1ac3b3ccc6
commit
e2cad1d2fb
2 changed files with 2 additions and 2 deletions
|
@ -350,7 +350,7 @@ void gpoint_sort(GPoint *points, size_t num_points, GPointComparator comparator,
|
|||
#define GPOINT_PRECISE_PRECISION FIXED_S16_3_PRECISION
|
||||
#define GPOINT_PRECISE_FACTOR FIXED_S16_3_FACTOR
|
||||
|
||||
//! Internal respresentation of a point
|
||||
//! Internal representation of a point
|
||||
//! 1 bit for sign, 12 bits represent the coordinate, 3 bits represent the precision
|
||||
//! Supports -4096.000 px to 4095.875 px resolution
|
||||
typedef struct __attribute__ ((__packed__)) GPointPrecise {
|
||||
|
|
|
@ -73,7 +73,7 @@ typedef struct {
|
|||
typedef struct OutgoingObject {
|
||||
ListNode node;
|
||||
|
||||
//! Working buffer containing the JSON string respresentation of the object.
|
||||
//! Working buffer containing the JSON string representation of the object.
|
||||
char *data_buffer;
|
||||
|
||||
//! The next offset in bytes, into the JSON string (excluding the PostMessageChunkPayload
|
||||
|
|
Loading…
Add table
Reference in a new issue