mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: either
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
3237d40a97
commit
42b59e79fb
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ static void prv_handle_complete_frame(bool *should_context_switch) {
|
||||||
bool is_notify = header->flags.is_notify;
|
bool is_notify = header->flags.is_notify;
|
||||||
if ((is_notify && (smartstrap_fsm_state_get() != SmartstrapStateNotifyInProgress)) ||
|
if ((is_notify && (smartstrap_fsm_state_get() != SmartstrapStateNotifyInProgress)) ||
|
||||||
(!is_notify && (s_read_consumer.profile != header->profile))) {
|
(!is_notify && (s_read_consumer.profile != header->profile))) {
|
||||||
// We weither got a notify frame in response to a normal read, or we got a response for a
|
// We either got a notify frame in response to a normal read, or we got a response for a
|
||||||
// different frame than we requested.
|
// different frame than we requested.
|
||||||
s_read_info.should_drop = true;
|
s_read_info.should_drop = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue