From c847f4c10161bebddec346ac38cd10c689dcc97b Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 26 Jun 2024 12:01:34 +0200 Subject: [PATCH] validation: Fix comment Update #5050. --- testsuites/validation/tc-cache-no-disable-data.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testsuites/validation/tc-cache-no-disable-data.c b/testsuites/validation/tc-cache-no-disable-data.c index e72fc6b725..6ce0df825f 100644 --- a/testsuites/validation/tc-cache-no-disable-data.c +++ b/testsuites/validation/tc-cache-no-disable-data.c @@ -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 ) {