diff options
Diffstat (limited to 'libgo/go/net/interface.go')
-rw-r--r-- | libgo/go/net/interface.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/net/interface.go b/libgo/go/net/interface.go index 5824856..914aaa0 100644 --- a/libgo/go/net/interface.go +++ b/libgo/go/net/interface.go @@ -10,7 +10,7 @@ import ( "time" ) -// BUG(mikio): On JS and NaCl, methods and functions related to +// BUG(mikio): On JS, methods and functions related to // Interface are not implemented. // BUG(mikio): On AIX, DragonFly BSD, NetBSD, OpenBSD, Plan 9 and |