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 91b0a18 commit 828dc84Copy full SHA for 828dc84
TESTS/mbed_platform/minimal-printf/compliance/main.cpp
@@ -1005,7 +1005,7 @@ Case cases[] = {
1005
Case("snprintf buffer overflow %x", test_snprintf_buffer_overflow_x),
1006
Case("snprintf buffer overflow %lx", test_snprintf_buffer_overflow_lx),
1007
#if !defined(__NEWLIB_NANO)
1008
- // The format specifier %lld,%llu,%llx is not supported by Newlib-Nano
+ // The format specifiers %lld,%llu,%llx are not supported by Newlib-Nano
1009
Case("snprintf buffer overflow %lld", test_snprintf_buffer_overflow_lld),
1010
Case("snprintf buffer overflow %llu", test_snprintf_buffer_overflow_llu),
1011
Case("snprintf buffer overflow %llx", test_snprintf_buffer_overflow_llx),
0 commit comments