From 7d21123995e2fd6d450660ed4f52762528a440fa Mon Sep 17 00:00:00 2001 From: Alberto Donizetti Date: Thu, 15 Jun 2017 20:02:44 +0200 Subject: [PATCH] doc: fix typo in go1.9 release notes Change-Id: I64d32fd308f2b7968dfaf11cdc85ab1952170868 Reviewed-on: https://go-review.googlesource.com/45891 Reviewed-by: Brad Fitzpatrick --- doc/go1.9.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/go1.9.html b/doc/go1.9.html index c7515379f55..04625e779e0 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