Skip to content

Commit 913a86b

Browse files
kerel typo (#3901)
Co-authored-by: あく <alleteam@gmail.com>
1 parent 19a3736 commit 913a86b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

furi/core/kernel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ void furi_delay_tick(uint32_t ticks);
7979
*
8080
* @warning This should never be called in interrupt request context.
8181
*
82-
* @param[in] tick The tick until which kerel should delay task execution
82+
* @param[in] tick The tick until which kernel should delay task execution
8383
*
8484
* @return The furi status.
8585
*/

0 commit comments

Comments
 (0)