Skip to content

Commit

Permalink
Fix #66, Correct code comment typos
Browse files Browse the repository at this point in the history
  • Loading branch information
thnkslprpt authored and astrogeco committed Sep 11, 2021
1 parent ad9bf10 commit 464eaa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion unit-test/override_src/libc_string_stubs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/

Expand Down

0 comments on commit 464eaa4

Please sign in to comment.