validation: Fix comment

Update #5050.
This commit is contained in:
Sebastian Huber
2024-06-26 12:01:34 +02:00
parent e5b6fa026a
commit c847f4c101

View File

@@ -69,7 +69,7 @@
*
* This test case performs the following actions:
*
* - Call the rtems_cache_invalidate_entire_data() directive.
* - Call the rtems_cache_disable_data() directive.
*
* - Check that the right fatal error occurred.
*
@@ -104,7 +104,7 @@ static void FatalRecordAndJump(
}
/**
* @brief Call the rtems_cache_invalidate_entire_data() directive.
* @brief Call the rtems_cache_disable_data() directive.
*/
static void RtemsCacheValCacheNoDisableData_Action_0( void )
{