051: add a comma

This commit is contained in:
xiaolizhi
2026-05-25 10:37:05 +02:00
parent 8468040a8e
commit f434dbfc01

View File

@@ -54,7 +54,7 @@ var global_wizard = Character{};
// an extremely efficient place for memory storage.
//
// Also, when a function executes, the input arguments are often
// loaded into the beating heart of the CPU itself in registers.
// loaded into the beating heart of the CPU itself, in registers.
//
// Our main() function here has no input parameters, but it will have
// a stack entry (called a "frame").