Skip to content

Commit 93f3db2

Browse files
committed
Incorporated review comment
1 parent ada250c commit 93f3db2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TESTS/mbed_platform/FileHandle/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ void test_fprintf_fscanf()
360360
TEST_ASSERT_EQUAL_INT(str1_size, fprintf_ret);
361361

362362
#if !defined(__MICROLIB)
363-
// feof() and ferror() functions are not supported for Microlib.
363+
// feof() and ferror() functions are not supported in Microlib.
364364
// write 3; expected written 2
365365
TestFile<FS>::resetFunctionCallHistory();
366366
fprintf_ret = fprintf(file, "%s", str2);

0 commit comments

Comments
 (0)