Skip to content

Commit 828dc84

Browse files
Update TESTS/mbed_platform/minimal-printf/compliance/main.cpp
Co-Authored-By: Hugues Kamba <[email protected]>
1 parent 91b0a18 commit 828dc84

File tree

1 file changed

+1
-1
lines changed
  • TESTS/mbed_platform/minimal-printf/compliance

1 file changed

+1
-1
lines changed

TESTS/mbed_platform/minimal-printf/compliance/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1005,7 +1005,7 @@ Case cases[] = {
10051005
Case("snprintf buffer overflow %x", test_snprintf_buffer_overflow_x),
10061006
Case("snprintf buffer overflow %lx", test_snprintf_buffer_overflow_lx),
10071007
#if !defined(__NEWLIB_NANO)
1008-
// The format specifier %lld,%llu,%llx is not supported by Newlib-Nano
1008+
// The format specifiers %lld,%llu,%llx are not supported by Newlib-Nano
10091009
Case("snprintf buffer overflow %lld", test_snprintf_buffer_overflow_lld),
10101010
Case("snprintf buffer overflow %llu", test_snprintf_buffer_overflow_llu),
10111011
Case("snprintf buffer overflow %llx", test_snprintf_buffer_overflow_llx),

0 commit comments

Comments
 (0)