aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/os_aix.go
diff options
context:
space:
mode:
authorcui fliter <imcusg@gmail.com>2022-10-03 01:32:11 +0000
committerMeng Zhuo <mzh@golangcn.org>2022-10-26 02:39:39 +0000
commit069d1fc9e2085d93ea256b6c49b5d7c3026f79a3 (patch)
tree12d4cd9a7c68ce012166e0b8f74a9fe6c7259df8 /src/runtime/os_aix.go
parent5d59fa143ae1d0d8fdcc677297ce58bbfc592111 (diff)
downloadgo-069d1fc9e2085d93ea256b6c49b5d7c3026f79a3.tar.xz
runtime: fix a few function names on comments
Change-Id: I4be0b1e612dcc21ca6bb7d4395f1c0aa52480759 GitHub-Last-Rev: 032480c4c9ddb2bedea26b01bb80b8a079bfdcf3 GitHub-Pull-Request: golang/go#55993 Reviewed-on: https://go-review.googlesource.com/c/go/+/437518 Reviewed-by: hopehook <hopehook@golangcn.org> Reviewed-by: Keith Randall <khr@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Carlos Amedee <carlos@golang.org> Reviewed-by: Keith Randall <khr@golang.org> Run-TryBot: hopehook <hopehook@golangcn.org>
Diffstat (limited to 'src/runtime/os_aix.go')
-rw-r--r--src/runtime/os_aix.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/os_aix.go b/src/runtime/os_aix.go
index 104c397e8c..2b19ed6d96 100644
--- a/src/runtime/os_aix.go
+++ b/src/runtime/os_aix.go
@@ -297,7 +297,7 @@ func getsig(i uint32) uintptr {
return sa.sa_handler
}
-// setSignaltstackSP sets the ss_sp field of a stackt.
+// setSignalstackSP sets the ss_sp field of a stackt.
//
//go:nosplit
func setSignalstackSP(s *stackt, sp uintptr) {