From 4801ef603be9944323a4b2ea7c41682e0f54b485 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Sat, 23 Nov 2024 22:43:07 -0600 Subject: [PATCH] Cleanup: Fix incorrect documentation comment for fss_read function. --- level_3/fss_read/c/main/common/type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/level_3/fss_read/c/main/common/type.h b/level_3/fss_read/c/main/common/type.h index fb6ce2e..e9d80e8 100644 --- a/level_3/fss_read/c/main/common/type.h +++ b/level_3/fss_read/c/main/common/type.h @@ -336,7 +336,7 @@ extern "C" { #endif // _di_fss_read_main_t_ /** - * Delete the program main setting data. + * Delete the program main cache data. * * @param cache * The cache data. -- 1.8.3.1