From d09f5fbdc5785dc3963b22ad75309740e0de258e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E5=BF=97=E4=BC=9F?= Date: Mon, 29 Mar 2021 18:20:19 +0800 Subject: [PATCH] runtime: fix typos --- src/runtime/sys_windows_arm.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/sys_windows_arm.s b/src/runtime/sys_windows_arm.s index 275b827fcb..22c6d63bdd 100644 --- a/src/runtime/sys_windows_arm.s +++ b/src/runtime/sys_windows_arm.s @@ -157,7 +157,7 @@ g0: MOVW R2, 4(R13) // Move arg0 (ExceptionRecord) into position MOVW R3, 8(R13) // Move arg1 (ContextRecord) into position MOVW R5, 12(R13) // Move arg2 (original g) into position - BL (R7) // Call the go routine + BL (R7) // Call the goroutine MOVW 16(R13), R4 // Fetch return value from stack // Save system stack pointer for sigresume setup below.