rtems: Fix rtems_task_set_affinity() docs

This commit is contained in:
Sebastian Huber
2021-06-17 13:07:14 +02:00
parent 11cf6ae3e2
commit abe2d1596c
+1 -1
View File
@@ -2257,7 +2257,7 @@ rtems_status_code rtems_task_get_affinity(
* @param cpusetsize is the size of the processor set referenced by ``cpuset``
* in bytes.
*
* @param[out] cpuset is the pointer to a cpu_set_t object. The processor set
* @param cpuset is the pointer to a cpu_set_t object. The processor set
* defines the new processor affinity set of the task. A set bit in the
* processor set means that the corresponding processor shall be in the
* processor affinity set of the task, otherwise the bit shall be cleared.