From e2433e63d4a5e9012c5862b896c0ffb7085b260b Mon Sep 17 00:00:00 2001 From: Jeff Tenney Date: Fri, 9 Apr 2021 08:10:38 -0700 Subject: [PATCH] fix typo --- timers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timers.c b/timers.c index 1345bbf84..d99cdbafe 100644 --- a/timers.c +++ b/timers.c @@ -409,7 +409,7 @@ } /* Priority commands must be executed before any standard commands - * now in the queue for this timer, so them to the front of the + * now in the queue for this timer, so send them to the front of the * queue. */ if( xCommandID <= tmrLAST_PRIORITY_COMMAND ) {