X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fmware%2Fformatwr.c;h=cbea0612db029878b7ed6902f227bba44db25610;hb=cdd85b7bd633a4256b1250dd4c0b8ead0cb37b62;hp=6d725f971f6fa9808bfda8d2d46a35cef7e2fd82;hpb=1db589c13b1406b7f2b21243d3519c656ec454a1;p=bertos.git diff --git a/bertos/mware/formatwr.c b/bertos/mware/formatwr.c index 6d725f97..cbea0612 100644 --- a/bertos/mware/formatwr.c +++ b/bertos/mware/formatwr.c @@ -82,7 +82,7 @@ #include "cfg/cfg_formatwr.h" /* CONFIG_ macros */ #include /* ASSERT */ -#include +#include #include #ifndef CONFIG_PRINTF_N_FORMATTER @@ -844,7 +844,7 @@ FLOATING_CONVERSION: { case 'l': case 'z': - /* for the 'z' modifier, we make this assmumption */ + /* for the 'z' modifier, we make this assumption */ STATIC_ASSERT(sizeof(size_t) == sizeof(long)); l_modifier = true; format++;