From 20db15ce12fd7349fb160fc0bf556efb24eaac84 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Tue, 17 May 2022 23:37:44 +0000 Subject: all: fix spelling Change-Id: I63eb42f3ce5ca452279120a5b33518f4ce16be45 GitHub-Last-Rev: a88f2f72bef402344582ae997a4907457002b5df GitHub-Pull-Request: golang/go#52951 Reviewed-on: https://go-review.googlesource.com/c/go/+/406843 Run-TryBot: Robert Griesemer TryBot-Result: Gopher Robot Run-TryBot: Ian Lance Taylor Reviewed-by: Ian Lance Taylor Reviewed-by: Robert Griesemer Auto-Submit: Ian Lance Taylor --- src/runtime/asm_amd64.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/runtime/asm_amd64.s') diff --git a/src/runtime/asm_amd64.s b/src/runtime/asm_amd64.s index 86d6a96d88..d2f7984178 100644 --- a/src/runtime/asm_amd64.s +++ b/src/runtime/asm_amd64.s @@ -1775,7 +1775,7 @@ GLOBL debugCallFrameTooLarge<>(SB), RODATA, $20 // Size duplicated below // 2. Push the current PC on the stack (updating SP). // 3. Write the desired argument frame size at SP-16 (using the SP // after step 2). -// 4. Save all machine registers (including flags and XMM reigsters) +// 4. Save all machine registers (including flags and XMM registers) // so they can be restored later by the debugger. // 5. Set the PC to debugCallV2 and resume execution. // -- cgit v1.3-6-g1900