From 9485f1e908a9e2326918bad80a5241237ac05eac Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 11:01:04 -0500 Subject: [PATCH] spelling: this Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/services/common/poll_remote.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/services/common/poll_remote.c b/src/fw/services/common/poll_remote.c index 3f9a708a..966f1340 100644 --- a/src/fw/services/common/poll_remote.c +++ b/src/fw/services/common/poll_remote.c @@ -110,7 +110,7 @@ static void prv_send_request(PollRemoteContext *ctx) { return; } // [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. const PollRemoteMessage msg = { .cmd = CMD_POLL,