This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit 91a7580303dfdcdb1d878c551aecc59c3b8942a0 Author: raiden00pl <[email protected]> AuthorDate: Sun Nov 2 12:17:36 2025 +0100 testing/mm/cachetest/cachetest_main.c: fix codespell error fix codespell error for cachetest_main.c Signed-off-by: raiden00pl <[email protected]> --- testing/mm/cachetest/cachetest_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/mm/cachetest/cachetest_main.c b/testing/mm/cachetest/cachetest_main.c index b2616ca13..bfe5dea71 100644 --- a/testing/mm/cachetest/cachetest_main.c +++ b/testing/mm/cachetest/cachetest_main.c @@ -253,7 +253,7 @@ int main(int argc, FAR char *argv[]) } else { - syslog(LOG_INFO, CACHETEST_PREFIX "comparsion success!\n"); + syslog(LOG_INFO, CACHETEST_PREFIX "comparison success!\n"); } /* To prevent tasks from being occupied all the time, switch
