Skip to content

Commit 39878be

Browse files
committed
comment
1 parent 2d2ac1d commit 39878be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/rcutils/thread.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ rcutils_ret_t calculate_os_thread_priority(
4242
const int thread_priority,
4343
int * os_priority);
4444

45-
/// Sets the priority and cpu affinity of the given native thread.
45+
/// Sets a realtime priority and a cpu affinity for the given native thread.
4646
/**
4747
* This function intentionally only works on operating systems which support a FIFO thread scheduler.
4848
* Note for Linux: using this function requires elevated privileges and a kernel with realtime patch.

0 commit comments

Comments
 (0)