]> Cypherpunks repositories - gostls13.git/commitdiff
doc: fix typo in go1.9 release notes
authorAlberto Donizetti <alb.donizetti@gmail.com>
Thu, 15 Jun 2017 18:02:44 +0000 (20:02 +0200)
committerAlberto Donizetti <alb.donizetti@gmail.com>
Thu, 15 Jun 2017 18:05:47 +0000 (18:05 +0000)
Change-Id: I64d32fd308f2b7968dfaf11cdc85ab1952170868
Reviewed-on: https://go-review.googlesource.com/45891
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
doc/go1.9.html

index c7515379f55fe60a50a1c3df806190819c5d3072..04625e779e02cdad0c189a017e361e57c53eebce 100644 (file)
@@ -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