summaryrefslogtreecommitdiffstats
path: root/testsuites/validation/tc-timer-ident.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/validation/tc-timer-ident.c')
-rw-r--r--testsuites/validation/tc-timer-ident.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/testsuites/validation/tc-timer-ident.c b/testsuites/validation/tc-timer-ident.c
index bdee3d89d2..e39ec73b9a 100644
--- a/testsuites/validation/tc-timer-ident.c
+++ b/testsuites/validation/tc-timer-ident.c
@@ -3,11 +3,11 @@
/**
* @file
*
- * @ingroup RTEMSTestCaseRtemsTimerValIdent
+ * @ingroup RtemsTimerValIdent
*/
/*
- * Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+ * Copyright (C) 2020 embedded brains GmbH & Co. KG
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -57,16 +57,16 @@
#include <rtems/test.h>
/**
- * @defgroup RTEMSTestCaseRtemsTimerValIdent spec:/rtems/timer/val/ident
+ * @defgroup RtemsTimerValIdent spec:/rtems/timer/val/ident
*
- * @ingroup RTEMSTestSuiteTestsuitesValidationNoClock0
+ * @ingroup TestsuitesValidationNoClock0
*
* @brief Test the rtems_timer_ident() directive.
*
* This test case performs the following actions:
*
* - Run the generic object identification tests for Classic API timer class
- * objects defined by /rtems/req/ident-local.
+ * objects defined by spec:/rtems/req/ident-local.
*
* @{
*/
@@ -83,7 +83,7 @@ static rtems_status_code ClassicTimerIdentAction(
/**
* @brief Run the generic object identification tests for Classic API timer
- * class objects defined by /rtems/req/ident-local.
+ * class objects defined by spec:/rtems/req/ident-local.
*/
static void RtemsTimerValIdent_Action_0( void )
{