validation: Fix typo

This commit is contained in:
Sebastian Huber
2023-03-14 08:25:56 +01:00
parent 9bb2f59efe
commit e81701bc6c
14 changed files with 17 additions and 17 deletions

View File

@@ -3,7 +3,7 @@
/** /**
* @file * @file
* *
* @ingroup RTEMSTestSuitesValdation * @ingroup RTEMSTestSuitesValidation
* *
* @brief This header file provides the constants used by the test suite * @brief This header file provides the constants used by the test suite
* configuration. * configuration.
@@ -44,7 +44,7 @@ extern "C" {
#endif #endif
/** /**
* @addtogroup RTEMSTestSuitesValdation * @addtogroup RTEMSTestSuitesValidation
* *
* @{ * @{
*/ */

View File

@@ -3,7 +3,7 @@
/** /**
* @file * @file
* *
* @ingroup RTEMSTestSuitesValdation * @ingroup RTEMSTestSuitesValidation
* *
* @brief This source file contains the implementation of CallWithinISRClear(), * @brief This source file contains the implementation of CallWithinISRClear(),
* CallWithinISRGetVector(), CallWithinISR(), CallWithinISRRaise(), * CallWithinISRGetVector(), CallWithinISR(), CallWithinISRRaise(),

View File

@@ -3,7 +3,7 @@
/** /**
* @file * @file
* *
* @ingroup RTEMSTestSuitesValdation * @ingroup RTEMSTestSuitesValidation
* *
* @brief This source file contains the definition of ::DefaultTaskConfig. * @brief This source file contains the definition of ::DefaultTaskConfig.
*/ */

View File

@@ -3,7 +3,7 @@
/** /**
* @file * @file
* *
* @ingroup RTEMSTestSuitesValdation * @ingroup RTEMSTestSuitesValidation
* *
* @brief This source file contains the implementation of * @brief This source file contains the implementation of
* HasInterruptVectorEntriesInstalled(). * HasInterruptVectorEntriesInstalled().

View File

@@ -3,7 +3,7 @@
/** /**
* @file * @file
* *
* @ingroup RTEMSTestSuitesValdation * @ingroup RTEMSTestSuitesValidation
* *
* @brief This source file contains the implementation of SetIORelaxHandler(). * @brief This source file contains the implementation of SetIORelaxHandler().
*/ */

View File

@@ -3,7 +3,7 @@
/** /**
* @file * @file
* *
* @ingroup RTEMSTestSuitesValdation * @ingroup RTEMSTestSuitesValidation
* *
* @brief This source file contains the implementation of * @brief This source file contains the implementation of
* MemoryAllocationFailWhen() and __wrap_rtems_malloc(). * MemoryAllocationFailWhen() and __wrap_rtems_malloc().

View File

@@ -3,7 +3,7 @@
/** /**
* @file * @file
* *
* @ingroup RTEMSTestSuitesValdation * @ingroup RTEMSTestSuitesValidation
* *
* @brief This source file contains the implementation of * @brief This source file contains the implementation of
* SetPreemptionIntervention(). * SetPreemptionIntervention().

View File

@@ -3,7 +3,7 @@
/** /**
* @file * @file
* *
* @ingroup RTEMSTestSuitesValdation * @ingroup RTEMSTestSuitesValidation
* *
* @brief This source file contains the implementation of support functions for * @brief This source file contains the implementation of support functions for
* the validation test cases. * the validation test cases.

View File

@@ -3,7 +3,7 @@
/** /**
* @file * @file
* *
* @ingroup RTEMSTestSuitesValdation * @ingroup RTEMSTestSuitesValidation
* *
* @brief This header file provides the support functions for the validation * @brief This header file provides the support functions for the validation
* test cases. * test cases.
@@ -47,7 +47,7 @@ extern "C" {
#endif #endif
/** /**
* @addtogroup RTEMSTestSuitesValdation * @addtogroup RTEMSTestSuitesValidation
* *
* @{ * @{
*/ */

View File

@@ -3,7 +3,7 @@
/** /**
* @file * @file
* *
* @ingroup RTEMSTestSuitesValdation * @ingroup RTEMSTestSuitesValidation
* *
* @brief This source file contains the implementation of the thread queue test * @brief This source file contains the implementation of the thread queue test
* support. * support.

View File

@@ -3,7 +3,7 @@
/** /**
* @file * @file
* *
* @ingroup RTEMSTestSuitesValdation * @ingroup RTEMSTestSuitesValidation
* *
* @brief This header file provides the functions to test the * @brief This header file provides the functions to test the
* @ref RTEMSScoreThreadQueue. * @ref RTEMSScoreThreadQueue.
@@ -50,7 +50,7 @@ extern "C" {
#endif #endif
/** /**
* @addtogroup RTEMSTestSuitesValdation * @addtogroup RTEMSTestSuitesValidation
* *
* @{ * @{
*/ */

View File

@@ -3,7 +3,7 @@
/** /**
* @file * @file
* *
* @ingroup RTEMSTestSuitesValdation * @ingroup RTEMSTestSuitesValidation
* *
* @brief This source file contains the definition of SetGetTimecountHandler(), * @brief This source file contains the definition of SetGetTimecountHandler(),
* GetTimecountCounter(), and SetTimecountCounter(). * GetTimecountCounter(), and SetTimecountCounter().

View File

@@ -3,7 +3,7 @@
/** /**
* @file * @file
* *
* @ingroup RTEMSTestSuitesValdation * @ingroup RTEMSTestSuitesValidation
* *
* @brief This source file contains the definition of DeleteTimerServer(). * @brief This source file contains the definition of DeleteTimerServer().
*/ */

View File

@@ -3,7 +3,7 @@
/** /**
* @file * @file
* *
* @ingroup RTEMSTestSuitesValdation * @ingroup RTEMSTestSuitesValidation
* *
* @brief This source file contains the implementation of the thread queue * @brief This source file contains the implementation of the thread queue
* wrapper. * wrapper.