summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-02-15 13:57:37 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-02-17 18:56:50 +0100
commit7a1828ac611331f475e47c82f2ccbf25bd8a8449 (patch)
treefab90371440ac876a6199cead2477c8a526cb08e /cpukit
parentrtems: Clarify partition manager documentation (diff)
downloadrtems-7a1828ac611331f475e47c82f2ccbf25bd8a8449.tar.bz2
rtems: Clarify IO manager documentation
Unify the wording across similar directives of other managers. Update #3993.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/include/rtems/io.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/include/rtems/io.h b/cpukit/include/rtems/io.h
index f80d2cebe1..d8ce527b0e 100644
--- a/cpukit/include/rtems/io.h
+++ b/cpukit/include/rtems/io.h
@@ -195,8 +195,8 @@ typedef struct {
* @param driver_table is the device driver address table.
*
* @param[out] registered_major is the pointer to a device major number
- * variable. The device major number of the registered device will be stored
- * in this variable, in case of a successful operation.
+ * variable. When the directive call is successful, the device major number
+ * of the registered device will be stored in this variable.
*
* @retval ::RTEMS_SUCCESSFUL The requested operation was successful.
*