From: Alberto Donizetti Date: Thu, 15 Jun 2017 18:02:44 +0000 (+0200) Subject: doc: fix typo in go1.9 release notes X-Git-Tag: go1.9beta2~73 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=7d21123995e2fd6d450660ed4f52762528a440fa;p=gostls13.git doc: fix typo in go1.9 release notes Change-Id: I64d32fd308f2b7968dfaf11cdc85ab1952170868 Reviewed-on: https://go-review.googlesource.com/45891 Reviewed-by: Brad Fitzpatrick --- diff --git a/doc/go1.9.html b/doc/go1.9.html index c7515379f5..04625e779e 100644 --- a/doc/go1.9.html +++ b/doc/go1.9.html @@ -610,7 +610,7 @@ CL 40331: https://golang.org/cl/40331: cmd/link,runtime/cgo: enable PT_TLS gener
os

- The ospackage now uses the internal runtime poller + The os package now uses the internal runtime poller for file I/O. This reduces the number of threads required for read/write operations on pipes, and eliminates races when one goroutine