diff --git a/src/core/pp.c b/src/core/pp.c index a052e000..c8b52f6f 100644 --- a/src/core/pp.c +++ b/src/core/pp.c @@ -31,7 +31,6 @@ #include #include #include -#include /* Implements a pretty printer for Janet. The pretty printer * is simple and not that flexible, but fast. */ @@ -760,7 +759,7 @@ struct FmtMapping { const char *mapping; }; -/* Janet uses fixed with integer types for most things, so map +/* Janet uses fixed width integer types for most things, so map * format specifiers to these fixed sizes */ static const struct FmtMapping format_mappings[] = { {'d', PRId64},