We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67e07b7 commit 97ddfbcCopy full SHA for 97ddfbc
include/zephyr/kernel.h
@@ -3420,7 +3420,7 @@ int k_work_busy_get(const struct k_work *work);
3420
3421
/** @brief Test whether a work item is currently pending.
3422
*
3423
- * Wrapper to determine whether a work item is in a non-idle dstate.
+ * Wrapper to determine whether a work item is in a non-idle state.
3424
3425
* @note This is a live snapshot of state, which may change before the result
3426
* is checked. Use locks where appropriate.
0 commit comments