[rtems commit] validation: Fix typo

Sebastian Huber sebh at rtems.org
Tue Mar 14 07:10:25 UTC 2023


Module:    rtems
Branch:    master
Commit:    e81701bc6cf42c1bf0bf8c2e46c0cd22c9acfb96
Changeset: http://git.rtems.org/rtems/commit/?id=e81701bc6cf42c1bf0bf8c2e46c0cd22c9acfb96

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Mar 14 08:25:56 2023 +0100

validation: Fix typo

---

 testsuites/validation/ts-config.h                  | 4 ++--
 testsuites/validation/tx-call-within-isr.c         | 2 +-
 testsuites/validation/tx-default-task-config.c     | 2 +-
 testsuites/validation/tx-interrupt.c               | 2 +-
 testsuites/validation/tx-io-relax.c                | 2 +-
 testsuites/validation/tx-memory-alloc.c            | 2 +-
 testsuites/validation/tx-preemption-intervention.c | 2 +-
 testsuites/validation/tx-support.c                 | 2 +-
 testsuites/validation/tx-support.h                 | 4 ++--
 testsuites/validation/tx-thread-queue.c            | 2 +-
 testsuites/validation/tx-thread-queue.h            | 4 ++--
 testsuites/validation/tx-timecounter.c             | 2 +-
 testsuites/validation/tx-timer-server.c            | 2 +-
 testsuites/validation/tx-wrap-thread-queue.c       | 2 +-
 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.



More information about the vc mailing list