validation: Fix typo

This commit is contained in:
Sebastian Huber
2023-03-14 08:27:33 +01:00
parent 9bb2f59efe
commit e81701bc6c
14 changed files with 17 additions and 17 deletions
+2 -2
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
*
* @{
*/
+1 -1
View File
@@ -3,7 +3,7 @@
/**
* @file
*
* @ingroup RTEMSTestSuitesValdation
* @ingroup RTEMSTestSuitesValidation
*
* @brief This source file contains the implementation of CallWithinISRClear(),
* CallWithinISRGetVector(), CallWithinISR(), CallWithinISRRaise(),
@@ -3,7 +3,7 @@
/**
* @file
*
* @ingroup RTEMSTestSuitesValdation
* @ingroup RTEMSTestSuitesValidation
*
* @brief This source file contains the definition of ::DefaultTaskConfig.
*/
+1 -1
View File
@@ -3,7 +3,7 @@
/**
* @file
*
* @ingroup RTEMSTestSuitesValdation
* @ingroup RTEMSTestSuitesValidation
*
* @brief This source file contains the implementation of
* HasInterruptVectorEntriesInstalled().
+1 -1
View File
@@ -3,7 +3,7 @@
/**
* @file
*
* @ingroup RTEMSTestSuitesValdation
* @ingroup RTEMSTestSuitesValidation
*
* @brief This source file contains the implementation of SetIORelaxHandler().
*/
+1 -1
View File
@@ -3,7 +3,7 @@
/**
* @file
*
* @ingroup RTEMSTestSuitesValdation
* @ingroup RTEMSTestSuitesValidation
*
* @brief This source file contains the implementation of
* MemoryAllocationFailWhen() and __wrap_rtems_malloc().
@@ -3,7 +3,7 @@
/**
* @file
*
* @ingroup RTEMSTestSuitesValdation
* @ingroup RTEMSTestSuitesValidation
*
* @brief This source file contains the implementation of
* SetPreemptionIntervention().
+1 -1
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.
+2 -2
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
*
* @{
*/
+1 -1
View File
@@ -3,7 +3,7 @@
/**
* @file
*
* @ingroup RTEMSTestSuitesValdation
* @ingroup RTEMSTestSuitesValidation
*
* @brief This source file contains the implementation of the thread queue test
* support.
+2 -2
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
*
* @{
*/
+1 -1
View File
@@ -3,7 +3,7 @@
/**
* @file
*
* @ingroup RTEMSTestSuitesValdation
* @ingroup RTEMSTestSuitesValidation
*
* @brief This source file contains the definition of SetGetTimecountHandler(),
* GetTimecountCounter(), and SetTimecountCounter().
+1 -1
View File
@@ -3,7 +3,7 @@
/**
* @file
*
* @ingroup RTEMSTestSuitesValdation
* @ingroup RTEMSTestSuitesValidation
*
* @brief This source file contains the definition of DeleteTimerServer().
*/
+1 -1
View File
@@ -3,7 +3,7 @@
/**
* @file
*
* @ingroup RTEMSTestSuitesValdation
* @ingroup RTEMSTestSuitesValidation
*
* @brief This source file contains the implementation of the thread queue
* wrapper.