mirror of
https://github.com/google/pebble.git
synced 2025-04-30 07:21:39 -04:00
spelling: this
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
79e6f0cf2f
commit
9485f1e908
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ static void prv_send_request(PollRemoteContext *ctx) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// [MT]: comm_session_send_data() doesn't make the link active,
|
// [MT]: comm_session_send_data() doesn't make the link active,
|
||||||
// which is what we want here. If this this changes in the future
|
// which is what we want here. If this changes in the future
|
||||||
// we need to take measures here to make sure we don't pull the link active.
|
// we need to take measures here to make sure we don't pull the link active.
|
||||||
const PollRemoteMessage msg = {
|
const PollRemoteMessage msg = {
|
||||||
.cmd = CMD_POLL,
|
.cmd = CMD_POLL,
|
||||||
|
|
Loading…
Add table
Reference in a new issue