From 913a86bbec7c9590692e00c1a7b0a74c36a4360c Mon Sep 17 00:00:00 2001 From: EntranceJew Date: Sun, 15 Sep 2024 10:07:04 -0500 Subject: [PATCH] kerel typo (#3901) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: あく --- furi/core/kernel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/furi/core/kernel.h b/furi/core/kernel.h index 2973a90e5..8362746e2 100644 --- a/furi/core/kernel.h +++ b/furi/core/kernel.h @@ -79,7 +79,7 @@ void furi_delay_tick(uint32_t ticks); * * @warning This should never be called in interrupt request context. * - * @param[in] tick The tick until which kerel should delay task execution + * @param[in] tick The tick until which kernel should delay task execution * * @return The furi status. */