summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-06-16 12:37:18 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-06-17 13:07:14 +0200
commitabe2d1596cc03e96510b4cae2f06cc0dce583b16 (patch)
tree4a5a4f5c2379321df366c3738c59c8ee09dae628 /cpukit
parentgrlib: Simplify apbuart_inbyte_nonblocking() (diff)
downloadrtems-abe2d1596cc03e96510b4cae2f06cc0dce583b16.tar.bz2
rtems: Fix rtems_task_set_affinity() docs
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/include/rtems/rtems/tasks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/include/rtems/rtems/tasks.h b/cpukit/include/rtems/rtems/tasks.h
index 2a42dcd39c..f0fb7365e3 100644
--- a/cpukit/include/rtems/rtems/tasks.h
+++ b/cpukit/include/rtems/rtems/tasks.h
@@ -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.