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
*
* @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
*
* @{
*/

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -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
*
* @{
*/

View File

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

View File

@@ -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
*
* @{
*/

View File

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

View File

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

View File

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