aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/sys_linux_ppc64x.s
diff options
context:
space:
mode:
authorIgor Zhilianin <igor.zhilianin@gmail.com>2018-10-08 01:19:51 +0000
committerIan Lance Taylor <iant@golang.org>2018-10-08 03:12:03 +0000
commit04dc1b2443f3cec9d3babff1046eb36f41236224 (patch)
treeb628bfc7cef8a060e3153dfbd1ca522cd79adee6 /src/runtime/sys_linux_ppc64x.s
parent165ebaf97bc4c4863a756775d75ddc750c55b8f2 (diff)
downloadgo-04dc1b2443f3cec9d3babff1046eb36f41236224.tar.gz
go-04dc1b2443f3cec9d3babff1046eb36f41236224.zip
all: fix a bunch of misspellings
Change-Id: I94cebca86706e072fbe3be782d3edbe0e22b9432 GitHub-Last-Rev: 8e15a40545704fb21b41a8768079f2da19341ef3 GitHub-Pull-Request: golang/go#28067 Reviewed-on: https://go-review.googlesource.com/c/140437 Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'src/runtime/sys_linux_ppc64x.s')
-rw-r--r--src/runtime/sys_linux_ppc64x.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/sys_linux_ppc64x.s b/src/runtime/sys_linux_ppc64x.s
index ed79b69257..5b5df50d41 100644
--- a/src/runtime/sys_linux_ppc64x.s
+++ b/src/runtime/sys_linux_ppc64x.s
@@ -320,7 +320,7 @@ TEXT runtimeĀ·_sigtramp(SB),NOSPLIT,$64
TEXT runtimeĀ·cgoSigtramp(SB),NOSPLIT|NOFRAME,$0
// The stack unwinder, presumably written in C, may not be able to
// handle Go frame correctly. So, this function is NOFRAME, and we
- // we save/restore LR manually.
+ // save/restore LR manually.
MOVD LR, R10
// We're coming from C code, initialize essential registers.