Skip to content

Commit 97ddfbc

Browse files
rettichschnidikartben
authored andcommitted
kernel: Fix typo
The 'd' in dstate is probably there by accident. Signed-off-by: Reto Schneider <[email protected]>
1 parent 67e07b7 commit 97ddfbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/zephyr/kernel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3420,7 +3420,7 @@ int k_work_busy_get(const struct k_work *work);
34203420

34213421
/** @brief Test whether a work item is currently pending.
34223422
*
3423-
* Wrapper to determine whether a work item is in a non-idle dstate.
3423+
* Wrapper to determine whether a work item is in a non-idle state.
34243424
*
34253425
* @note This is a live snapshot of state, which may change before the result
34263426
* is checked. Use locks where appropriate.

0 commit comments

Comments
 (0)