summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/io.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/include/rtems/io.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/cpukit/include/rtems/io.h b/cpukit/include/rtems/io.h
index d8ce527b0e..181da9fe4f 100644
--- a/cpukit/include/rtems/io.h
+++ b/cpukit/include/rtems/io.h
@@ -194,9 +194,10 @@ typedef struct {
*
* @param driver_table is the device driver address table.
*
- * @param[out] registered_major is the pointer to a device major number
- * variable. When the directive call is successful, the device major number
- * of the registered device will be stored in this variable.
+ * @param[out] registered_major is the pointer to an
+ * ::rtems_device_major_number object. When the directive call is
+ * successful, the device major number of the registered device will be
+ * stored in this object.
*
* @retval ::RTEMS_SUCCESSFUL The requested operation was successful.
*