cbe: fix typos

This commit is contained in:
Jacob Young
2023-05-06 06:41:59 -04:00
committed by Andrew Kelley
parent 1e9811070b
commit d71a43ec2c

View File

@@ -159,7 +159,7 @@ const reserved_idents = std.ComptimeStringMap(void, .{
.{ "double", {} },
.{ "else", {} },
.{ "enum", {} },
.{ "extern ", {} },
.{ "extern", {} },
.{ "float", {} },
.{ "for", {} },
.{ "fortran", {} },
@@ -198,7 +198,7 @@ const reserved_idents = std.ComptimeStringMap(void, .{
.{ "unsigned", {} },
.{ "void", {} },
.{ "volatile", {} },
.{ "while ", {} },
.{ "while", {} },
// stdarg.h
.{ "va_start", {} },