From 36895bd2c575103701b52ab3b9a4a1fc8170fe1f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 8 Aug 2022 16:51:30 -0500 Subject: cpukit/include/rtems/test-info.h: Change @returns to @return --- cpukit/include/rtems/test-info.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpukit') diff --git a/cpukit/include/rtems/test-info.h b/cpukit/include/rtems/test-info.h index ca96241e2e..3b839533c2 100644 --- a/cpukit/include/rtems/test-info.h +++ b/cpukit/include/rtems/test-info.h @@ -108,14 +108,14 @@ typedef enum /** * @brief Prints a begin of test message using printf(). * - * @returns As specified by printf(). + * @return As specified by printf(). */ int rtems_test_begin(const char* name, const RTEMS_TEST_STATE state); /** * @brief Prints an end of test message using printf(). * - * @returns As specified by printf(). + * @return As specified by printf(). */ int rtems_test_end(const char* name); @@ -128,7 +128,7 @@ RTEMS_NO_RETURN void rtems_test_exit(int status); /** * @brief Prints via the RTEMS printer. * - * @returns As specified by printf(). + * @return As specified by printf(). */ int rtems_test_printf(const char* format, ...) RTEMS_PRINTFLIKE(1, 2); -- cgit v1.2.3