Incorporated review comment

pull/11926/head
RAJKUMAR KANAGARAJ 2019-11-22 07:21:15 -08:00
parent ada250c7d6
commit 93f3db2c3d
1 changed files with 1 additions and 1 deletions

View File

@ -360,7 +360,7 @@ void test_fprintf_fscanf()
TEST_ASSERT_EQUAL_INT(str1_size, fprintf_ret);
#if !defined(__MICROLIB)
// feof() and ferror() functions are not supported for Microlib.
// feof() and ferror() functions are not supported in Microlib.
// write 3; expected written 2
TestFile<FS>::resetFunctionCallHistory();
fprintf_ret = fprintf(file, "%s", str2);