From 204540b45b5b26a8d0d67ba25f2070c9d8357792 Mon Sep 17 00:00:00 2001 From: Avi Date: Sun, 22 Aug 2021 14:20:03 +0200 Subject: [PATCH] Fix additional minor typo --- unit-test/coveragetest/coveragetest_sample_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */