Skip to content

Commit d52b8df

Browse files
abrodkinioannisg
authored andcommitted
arch: arc: threads: Comment clean-up
commit 780324b ("cleanup: rename fiber/task -> thread") seems to be done by a script and in that particular case turned menaingful sentence into nonsense. Alas, threads might be in all four states. Signed-off-by: Alexey Brodkin <[email protected]> Cc: Anas Nashif <[email protected]>
1 parent 4449ad5 commit d52b8df

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

arch/arc/include/kernel_arch_thread.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
#define ZEPHYR_ARCH_ARC_INCLUDE_KERNEL_ARCH_THREAD_H_
2121

2222
/*
23-
* Reason a thread has relinquished control: threads can only be in the NONE
24-
* or COOP state, threads can be one in the four.
23+
* Reason a thread has relinquished control.
2524
*/
2625
#define _CAUSE_NONE 0
2726
#define _CAUSE_COOP 1

0 commit comments

Comments
 (0)