aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShenghou Ma <minux@golang.org>2018-08-24 18:44:17 -0400
committerBrad Fitzpatrick <bradfitz@golang.org>2018-08-24 23:02:31 +0000
commit523dc5a4125b4cc5a945463f19df608440c6abc7 (patch)
tree1ea0e7e92e5c2ca98a78ca737afe9c37d3b544ce
parent41e62b8c49d21659b48a95216e3062032285250f (diff)
downloadgo-523dc5a4125b4cc5a945463f19df608440c6abc7.tar.gz
go-523dc5a4125b4cc5a945463f19df608440c6abc7.zip
[release-branch.go1.11] doc/go1.11: fix typo
Change-Id: I097bd90f62add7838f8c7baf3b777ad167635354 Reviewed-on: https://go-review.googlesource.com/131357 Reviewed-by: Keith Randall <khr@golang.org> (cherry picked from commit 02367105e608bb7c92fab06c9cbdcd94f5dd2704) Reviewed-on: https://go-review.googlesource.com/131281 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
-rw-r--r--doc/go1.11.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/go1.11.html b/doc/go1.11.html
index 469e111fb8..afe1939766 100644
--- a/doc/go1.11.html
+++ b/doc/go1.11.html
@@ -396,7 +396,7 @@ details. <!-- CL 126275, CL 127156, CL 122217, CL 122575, CL 123177 -->
</p>
<p><!-- CL 108679, CL 106156 -->
- On macOS and iOS, the runtime now uses <code>libSystem.so</code> instead of
+ On macOS and iOS, the runtime now uses <code>libSystem.dylib</code> instead of
calling the kernel directly. This should make Go binaries more
compatible with future versions of macOS and iOS.
The <a href="/pkg/syscall">syscall</a> package still makes direct