From a0ca5124a207719357ab9404f6ff2dbbd2c1b8ef Mon Sep 17 00:00:00 2001 From: Dominic Clifton Date: Sun, 23 Jan 2022 15:30:29 +0100 Subject: [PATCH] CMS - Fix comment typo. --- src/main/cms/cms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/cms/cms.c b/src/main/cms/cms.c index 8a2d24278..478e8bf24 100644 --- a/src/main/cms/cms.c +++ b/src/main/cms/cms.c @@ -1412,7 +1412,7 @@ static uint16_t cmsScanKeys(timeMs_t currentTimeMs, timeMs_t lastCalledMs, int16 rcDelayMs = cmsHandleKeyWithRepeat(pCurrentDisplay, key, repeatCount); // Key repeat effect is implemented in two phases. - // First phldase is to decrease rcDelayMs reciprocal to hold time. + // First phase is to decrease rcDelayMs reciprocal to hold time. // When rcDelayMs reached a certain limit (scheduling interval), // repeat rate will not raise anymore, so we call key handler // multiple times (repeatCount).