From 5267d4ce20a4aaaa881d0fb7e171c3bf8192464b Mon Sep 17 00:00:00 2001 From: Fan Hong Date: Wed, 11 Oct 2023 02:59:45 +0000 Subject: [PATCH] test: cunit: fix typos Fix spelling error. Signed-off-by: Fan Hong Reviewed-by: Matias Elo --- test/common/odp_cunit_common.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/common/odp_cunit_common.c b/test/common/odp_cunit_common.c index 60746164c0..a5b9ff1ea4 100644 --- a/test/common/odp_cunit_common.c +++ b/test/common/odp_cunit_common.c @@ -639,7 +639,7 @@ int odp_cunit_run(void) CU_cleanup_registry(); - /* call test executable terminason hook, if any */ + /* call test executable termination hook, if any */ if (global_init_term.global_term_ptr && ((*global_init_term.global_term_ptr)(instance) != 0)) return -1; @@ -704,7 +704,7 @@ int odp_cunit_register(odp_suiteinfo_t testsuites[]) } /* - * Parse command line options to extract options affectiong cunit_common. + * Parse command line options to extract options affecting cunit_common. * (hence also helpers options as cunit_common uses the helpers) * Options private to the test calling cunit_common are not parsed here. */