diff --git a/lib/std/os/linux/x86.zig b/lib/std/os/linux/x86.zig index 375f6315727ab3072afb9802caacc1b060fce9a1..a5f1dcf2d9c9d25328dc94af2fee80e1ab902b00 100644 --- a/lib/std/os/linux/x86.zig +++ b/lib/std/os/linux/x86.zig @@ -109,8 +109,8 @@ pub fn syscall6( \\ push %%ebp \\ mov 4(%%esp), %%ebp \\ mov %%edi, 4(%%esp) - \\ // The saved %edi and %ebp are on the stack, and %ebp points to `args56`. - \\ // Prepare the last two args, syscall, then pop the saved %ebp and %edi. + \\ // The saved %%edi and %%ebp are on the stack, and %%ebp points to `args56`. + \\ // Prepare the last two args, syscall, then pop the saved %%ebp and %%edi. \\ mov (%%ebp), %%edi \\ mov 4(%%ebp), %%ebp \\ int $0x80