diff --git a/unit-test/coveragetest/coveragetest_sample_lib.c b/unit-test/coveragetest/coveragetest_sample_lib.c index 4c8030d..9fa7f53 100644 --- a/unit-test/coveragetest/coveragetest_sample_lib.c +++ b/unit-test/coveragetest/coveragetest_sample_lib.c @@ -110,7 +110,7 @@ void Test_SAMPLE_LIB_Init(void) */ /* Set a data buffer for strncpy() - * This overriddes what it would normally do */ + * This overrides what it would normally do */ UT_SetDataBuffer(UT_KEY(OCS_strncpy), UT_TESTBUFFER, sizeof(UT_TESTBUFFER), false); /* nominal case should return SUCCESS */ diff --git a/unit-test/override_src/libc_string_stubs.c b/unit-test/override_src/libc_string_stubs.c index 6eeb78f..70af4b3 100644 --- a/unit-test/override_src/libc_string_stubs.c +++ b/unit-test/override_src/libc_string_stubs.c @@ -31,7 +31,7 @@ ** Notes: ** For most Unit tests this is _NOT_ necessary. Whenever ** possible, FSW code should only call CFE/OSAL/PSP code for -** which there are already stubs available and the the +** which there are already stubs available and the ** replacements can be made transparently at link time. */