Skip to content

Commit

Permalink
Fix additional minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thnkslprpt committed Aug 22, 2021
1 parent e114ed3 commit 204540b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit-test/coveragetest/coveragetest_sample_lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 204540b

Please sign in to comment.