summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Donizetti <alb.donizetti@gmail.com>2017-06-15 20:02:44 +0200
committerAlberto Donizetti <alb.donizetti@gmail.com>2017-06-15 18:05:47 +0000
commit7d21123995e2fd6d450660ed4f52762528a440fa (patch)
treee0b5c6b5d3f8a409b53da423e4cdbdb416ad179c
parentc7403ac7b6dcea7e0bb0a4991b0ebe7f26b01eff (diff)
downloadgo-git-7d21123995e2fd6d450660ed4f52762528a440fa.tar.gz
doc: fix typo in go1.9 release notes
Change-Id: I64d32fd308f2b7968dfaf11cdc85ab1952170868 Reviewed-on: https://go-review.googlesource.com/45891 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
-rw-r--r--doc/go1.9.html2
1 files changed, 1 insertions, 1 deletions
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
<dl id="os"><dt><a href="/pkg/os/">os</a></dt>
<dd>
<p><!-- CL 36800 -->
- The <code>os</code>package now uses the internal runtime poller
+ The <code>os</code> 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