Skip to content

Commit

Permalink
thread: Fix typo in comments
Browse files Browse the repository at this point in the history
(cherry picked from commit c5ec74b)
Signed-off-by: LIU Hao <[email protected]>
  • Loading branch information
lhmouse committed Nov 8, 2024
1 parent 06fc66f commit 040c04f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mcfgthread/thread.h
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ _MCF_thread_get_priority(const _MCF_thread* __thrd_opt) __MCF_noexcept;
*
* The `__priority` argument may be an arbitrary integer within -15 and +15, but
* specifying an `_MCF_thread_priority_*` constant is recommended. Setting high
* priority values may require certain priviledges. If the `__thrd_opt` argument
* priority values may require certain privileges. If the `__thrd_opt` argument
* is null, the priority of the current thread will be set. If `__thrd_opt` is
* not null but doesn't point to a valid thread object, the behavior of this
* function is undefined.
Expand Down

0 comments on commit 040c04f

Please sign in to comment.