Move data structures to new directory struct/
[bertos.git] / bertos / mware / formatwr.c
index 6d725f971f6fa9808bfda8d2d46a35cef7e2fd82..0c0e39c7d85ff7a990f5e488c183c8e08327de84 100644 (file)
@@ -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++;