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