summaryrefslogtreecommitdiff
path: root/libgo/go/net/rawconn.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/net/rawconn.go')
-rw-r--r--libgo/go/net/rawconn.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/net/rawconn.go b/libgo/go/net/rawconn.go
index c40ea4a2e12..c7863545826 100644
--- a/libgo/go/net/rawconn.go
+++ b/libgo/go/net/rawconn.go
@@ -15,7 +15,7 @@ import (
// deadlines. If the user-provided callback returns false, the Write
// method will fail immediately.
-// BUG(mikio): On JS, NaCl and Plan 9, the Control, Read and Write
+// BUG(mikio): On JS and Plan 9, the Control, Read and Write
// methods of syscall.RawConn are not implemented.
type rawConn struct {