From 7a1828ac611331f475e47c82f2ccbf25bd8a8449 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 15 Feb 2021 13:57:37 +0100 Subject: rtems: Clarify IO manager documentation Unify the wording across similar directives of other managers. Update #3993. --- cpukit/include/rtems/io.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit') 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. * -- cgit v1.2.3