]> Cypherpunks repositories - gostls13.git/commitdiff
[release-branch.go1.11] doc/go1.11: fix typo
authorShenghou Ma <minux@golang.org>
Fri, 24 Aug 2018 22:44:17 +0000 (18:44 -0400)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 24 Aug 2018 23:02:31 +0000 (23:02 +0000)
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>
doc/go1.11.html

index 469e111fb87736e230314d4412b23b72f3ba6bd8..afe19397663af8648e56feb286577a986b8eb446 100644 (file)
@@ -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