aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/sys_windows_arm.s
diff options
context:
space:
mode:
authorJohn Bampton <jbampton@gmail.com>2022-05-17 23:37:44 +0000
committerGopher Robot <gobot@golang.org>2022-05-18 00:47:29 +0000
commit20db15ce12fd7349fb160fc0bf556efb24eaac84 (patch)
tree8bc02097c1cfe2adf69a92812233f77dab672b5a /src/runtime/sys_windows_arm.s
parent1c6706c71b6b3f783a4f1ce78433a10aa302a9c8 (diff)
downloadgo-20db15ce12fd7349fb160fc0bf556efb24eaac84.tar.xz
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 <gri@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Ian Lance Taylor <iant@google.com> Reviewed-by: Ian Lance Taylor <iant@google.com> Reviewed-by: Robert Griesemer <gri@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com>
Diffstat (limited to 'src/runtime/sys_windows_arm.s')
-rw-r--r--src/runtime/sys_windows_arm.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/sys_windows_arm.s b/src/runtime/sys_windows_arm.s
index e5b1b7e9f3..5dc576a260 100644
--- a/src/runtime/sys_windows_arm.s
+++ b/src/runtime/sys_windows_arm.s
@@ -319,7 +319,7 @@ TEXT runtime·usleep2(SB),NOSPLIT|NOFRAME,$0-4
// Runs on OS stack.
// duration (in -100ns units) is in dt+0(FP).
// g is valid.
-// TODO: neeeds to be implemented properly.
+// TODO: needs to be implemented properly.
TEXT runtime·usleep2HighRes(SB),NOSPLIT|NOFRAME,$0-4
B runtime·abort(SB)