summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-03-14 08:25:56 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-03-14 08:27:33 +0100
commite81701bc6cf42c1bf0bf8c2e46c0cd22c9acfb96 (patch)
tree47b3975413fa0edf0ef7f5afa950b997adbbca47 /testsuites
parentdoxygen: Add groups for related test suites (diff)
downloadrtems-e81701bc6cf42c1bf0bf8c2e46c0cd22c9acfb96.tar.bz2
validation: Fix typo
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/validation/ts-config.h4
-rw-r--r--testsuites/validation/tx-call-within-isr.c2
-rw-r--r--testsuites/validation/tx-default-task-config.c2
-rw-r--r--testsuites/validation/tx-interrupt.c2
-rw-r--r--testsuites/validation/tx-io-relax.c2
-rw-r--r--testsuites/validation/tx-memory-alloc.c2
-rw-r--r--testsuites/validation/tx-preemption-intervention.c2
-rw-r--r--testsuites/validation/tx-support.c2
-rw-r--r--testsuites/validation/tx-support.h4
-rw-r--r--testsuites/validation/tx-thread-queue.c2
-rw-r--r--testsuites/validation/tx-thread-queue.h4
-rw-r--r--testsuites/validation/tx-timecounter.c2
-rw-r--r--testsuites/validation/tx-timer-server.c2
-rw-r--r--testsuites/validation/tx-wrap-thread-queue.c2
14 files changed, 17 insertions, 17 deletions
diff --git a/testsuites/validation/ts-config.h b/testsuites/validation/ts-config.h
index b12784cdd6..9835207ff1 100644
--- a/testsuites/validation/ts-config.h
+++ b/testsuites/validation/ts-config.h
@@ -3,7 +3,7 @@
/**
* @file
*
- * @ingroup RTEMSTestSuitesValdation
+ * @ingroup RTEMSTestSuitesValidation
*
* @brief This header file provides the constants used by the test suite
* configuration.
@@ -44,7 +44,7 @@ extern "C" {
#endif
/**
- * @addtogroup RTEMSTestSuitesValdation
+ * @addtogroup RTEMSTestSuitesValidation
*
* @{
*/
diff --git a/testsuites/validation/tx-call-within-isr.c b/testsuites/validation/tx-call-within-isr.c
index 1765c5d122..fd8ac757db 100644
--- a/testsuites/validation/tx-call-within-isr.c
+++ b/testsuites/validation/tx-call-within-isr.c
@@ -3,7 +3,7 @@
/**
* @file
*
- * @ingroup RTEMSTestSuitesValdation
+ * @ingroup RTEMSTestSuitesValidation
*
* @brief This source file contains the implementation of CallWithinISRClear(),
* CallWithinISRGetVector(), CallWithinISR(), CallWithinISRRaise(),
diff --git a/testsuites/validation/tx-default-task-config.c b/testsuites/validation/tx-default-task-config.c
index 063dbdc3ff..1be791ae12 100644
--- a/testsuites/validation/tx-default-task-config.c
+++ b/testsuites/validation/tx-default-task-config.c
@@ -3,7 +3,7 @@
/**
* @file
*
- * @ingroup RTEMSTestSuitesValdation
+ * @ingroup RTEMSTestSuitesValidation
*
* @brief This source file contains the definition of ::DefaultTaskConfig.
*/
diff --git a/testsuites/validation/tx-interrupt.c b/testsuites/validation/tx-interrupt.c
index 7c59393f3e..2a54d92a82 100644
--- a/testsuites/validation/tx-interrupt.c
+++ b/testsuites/validation/tx-interrupt.c
@@ -3,7 +3,7 @@
/**
* @file
*
- * @ingroup RTEMSTestSuitesValdation
+ * @ingroup RTEMSTestSuitesValidation
*
* @brief This source file contains the implementation of
* HasInterruptVectorEntriesInstalled().
diff --git a/testsuites/validation/tx-io-relax.c b/testsuites/validation/tx-io-relax.c
index 490fcce196..cdf4aaa9d0 100644
--- a/testsuites/validation/tx-io-relax.c
+++ b/testsuites/validation/tx-io-relax.c
@@ -3,7 +3,7 @@
/**
* @file
*
- * @ingroup RTEMSTestSuitesValdation
+ * @ingroup RTEMSTestSuitesValidation
*
* @brief This source file contains the implementation of SetIORelaxHandler().
*/
diff --git a/testsuites/validation/tx-memory-alloc.c b/testsuites/validation/tx-memory-alloc.c
index 7f95961d26..209c2fcaef 100644
--- a/testsuites/validation/tx-memory-alloc.c
+++ b/testsuites/validation/tx-memory-alloc.c
@@ -3,7 +3,7 @@
/**
* @file
*
- * @ingroup RTEMSTestSuitesValdation
+ * @ingroup RTEMSTestSuitesValidation
*
* @brief This source file contains the implementation of
* MemoryAllocationFailWhen() and __wrap_rtems_malloc().
diff --git a/testsuites/validation/tx-preemption-intervention.c b/testsuites/validation/tx-preemption-intervention.c
index 85a5b2b9b4..069731ce01 100644
--- a/testsuites/validation/tx-preemption-intervention.c
+++ b/testsuites/validation/tx-preemption-intervention.c
@@ -3,7 +3,7 @@
/**
* @file
*
- * @ingroup RTEMSTestSuitesValdation
+ * @ingroup RTEMSTestSuitesValidation
*
* @brief This source file contains the implementation of
* SetPreemptionIntervention().
diff --git a/testsuites/validation/tx-support.c b/testsuites/validation/tx-support.c
index c60a48df41..02aaff1b50 100644
--- a/testsuites/validation/tx-support.c
+++ b/testsuites/validation/tx-support.c
@@ -3,7 +3,7 @@
/**
* @file
*
- * @ingroup RTEMSTestSuitesValdation
+ * @ingroup RTEMSTestSuitesValidation
*
* @brief This source file contains the implementation of support functions for
* the validation test cases.
diff --git a/testsuites/validation/tx-support.h b/testsuites/validation/tx-support.h
index 0b16036158..a7a1e22343 100644
--- a/testsuites/validation/tx-support.h
+++ b/testsuites/validation/tx-support.h
@@ -3,7 +3,7 @@
/**
* @file
*
- * @ingroup RTEMSTestSuitesValdation
+ * @ingroup RTEMSTestSuitesValidation
*
* @brief This header file provides the support functions for the validation
* test cases.
@@ -47,7 +47,7 @@ extern "C" {
#endif
/**
- * @addtogroup RTEMSTestSuitesValdation
+ * @addtogroup RTEMSTestSuitesValidation
*
* @{
*/
diff --git a/testsuites/validation/tx-thread-queue.c b/testsuites/validation/tx-thread-queue.c
index d79300f524..5819ad79d3 100644
--- a/testsuites/validation/tx-thread-queue.c
+++ b/testsuites/validation/tx-thread-queue.c
@@ -3,7 +3,7 @@
/**
* @file
*
- * @ingroup RTEMSTestSuitesValdation
+ * @ingroup RTEMSTestSuitesValidation
*
* @brief This source file contains the implementation of the thread queue test
* support.
diff --git a/testsuites/validation/tx-thread-queue.h b/testsuites/validation/tx-thread-queue.h
index 33a16fe5c9..6c2dcd9223 100644
--- a/testsuites/validation/tx-thread-queue.h
+++ b/testsuites/validation/tx-thread-queue.h
@@ -3,7 +3,7 @@
/**
* @file
*
- * @ingroup RTEMSTestSuitesValdation
+ * @ingroup RTEMSTestSuitesValidation
*
* @brief This header file provides the functions to test the
* @ref RTEMSScoreThreadQueue.
@@ -50,7 +50,7 @@ extern "C" {
#endif
/**
- * @addtogroup RTEMSTestSuitesValdation
+ * @addtogroup RTEMSTestSuitesValidation
*
* @{
*/
diff --git a/testsuites/validation/tx-timecounter.c b/testsuites/validation/tx-timecounter.c
index 9676582b6a..dd6c48935c 100644
--- a/testsuites/validation/tx-timecounter.c
+++ b/testsuites/validation/tx-timecounter.c
@@ -3,7 +3,7 @@
/**
* @file
*
- * @ingroup RTEMSTestSuitesValdation
+ * @ingroup RTEMSTestSuitesValidation
*
* @brief This source file contains the definition of SetGetTimecountHandler(),
* GetTimecountCounter(), and SetTimecountCounter().
diff --git a/testsuites/validation/tx-timer-server.c b/testsuites/validation/tx-timer-server.c
index 3dbe5a64fd..7eb3d4d42d 100644
--- a/testsuites/validation/tx-timer-server.c
+++ b/testsuites/validation/tx-timer-server.c
@@ -3,7 +3,7 @@
/**
* @file
*
- * @ingroup RTEMSTestSuitesValdation
+ * @ingroup RTEMSTestSuitesValidation
*
* @brief This source file contains the definition of DeleteTimerServer().
*/
diff --git a/testsuites/validation/tx-wrap-thread-queue.c b/testsuites/validation/tx-wrap-thread-queue.c
index 65237c4e11..942b0bfa9a 100644
--- a/testsuites/validation/tx-wrap-thread-queue.c
+++ b/testsuites/validation/tx-wrap-thread-queue.c
@@ -3,7 +3,7 @@
/**
* @file
*
- * @ingroup RTEMSTestSuitesValdation
+ * @ingroup RTEMSTestSuitesValidation
*
* @brief This source file contains the implementation of the thread queue
* wrapper.