summaryrefslogtreecommitdiff
path: root/testsuites/validation/tc-signals.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/validation/tc-signals.c')
-rw-r--r--testsuites/validation/tc-signals.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/testsuites/validation/tc-signals.c b/testsuites/validation/tc-signals.c
index de6a1d3ad8..00f4752412 100644
--- a/testsuites/validation/tc-signals.c
+++ b/testsuites/validation/tc-signals.c
@@ -63,11 +63,12 @@
*
* @ingroup RTEMSTestSuiteTestsuitesValidation0
*
- * @brief Tests the Signal Manager API.
+ * @brief This test case collection provides validation test cases for the @ref
+ * RTEMSAPIClassicSignal.
*
* This test case performs the following actions:
*
- * - Run the signal constant and number test for all 32 signal constants.
+ * - Run the signal test for all 32 signal constants.
*
* @{
*/
@@ -108,7 +109,7 @@ static const rtems_signal_set signals[] = {
};
/**
- * @brief Run the signal constant and number test for all 32 signal constants.
+ * @brief Run the signal test for all 32 signal constants.
*/
static void RtemsSignalValSignals_Action_0( void )
{