We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ada250c commit 93f3db2Copy full SHA for 93f3db2
TESTS/mbed_platform/FileHandle/main.cpp
@@ -360,7 +360,7 @@ void test_fprintf_fscanf()
360
TEST_ASSERT_EQUAL_INT(str1_size, fprintf_ret);
361
362
#if !defined(__MICROLIB)
363
- // feof() and ferror() functions are not supported for Microlib.
+ // feof() and ferror() functions are not supported in Microlib.
364
// write 3; expected written 2
365
TestFile<FS>::resetFunctionCallHistory();
366
fprintf_ret = fprintf(file, "%s", str2);
0 commit comments