mirror of
https://github.com/google/pebble.git
synced 2025-11-18 21:40:57 -05:00
spelling: characters
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -169,7 +169,7 @@ ALWAYS_INLINE static uint32_t LOG_SECTION_OFFSET(const uint8_t level, const char
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Search for an 's' character succeeding the % characters in fmt. s1-s7 point to the first 's'
|
// Search for an 's' character succeeding the % characters in fmt. s1-s7 point to the first 's'
|
||||||
// charactres in fmt after the previously found % characters (or NULL if there aren't 7 's'
|
// characters in fmt after the previously found % characters (or NULL if there aren't 7 's'
|
||||||
// characters in fmt).
|
// characters in fmt).
|
||||||
if (p1) s1 = __builtin_strchr(p1, 's');
|
if (p1) s1 = __builtin_strchr(p1, 's');
|
||||||
if (p2) s2 = __builtin_strchr(p2, 's');
|
if (p2) s2 = __builtin_strchr(p2, 's');
|
||||||
|
|||||||
Reference in New Issue
Block a user