Use new header locations everywhere
[bertos.git] / bertos / mware / formatwr.c
index 6d725f971f6fa9808bfda8d2d46a35cef7e2fd82..cbea0612db029878b7ed6902f227bba44db25610 100644 (file)
@@ -82,7 +82,7 @@
 #include "cfg/cfg_formatwr.h"  /* CONFIG_ macros */
 #include <cfg/debug.h>         /* ASSERT */
 
-#include <mware/pgm.h>
+#include <cpu/pgm.h>
 #include <mware/hex.h>
 
 #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++;