summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.
*