From: Mikio Hara Date: Sun, 27 Nov 2016 00:36:54 +0000 (+0900) Subject: net: add missing comma on BUGS section for consistency X-Git-Tag: go1.8beta1~51 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=25a81e77c22af89cb40f374e77167f0efb3fd95e;p=gostls13.git net: add missing comma on BUGS section for consistency Change-Id: Ic96fb52f37257e06e77cc08da5c73ea6f9ff158c Reviewed-on: https://go-review.googlesource.com/33592 Reviewed-by: Joe Tsai Run-TryBot: Mikio Hara TryBot-Result: Gobot Gobot --- diff --git a/src/net/udpsock.go b/src/net/udpsock.go index 6a4aaf9e59..841ef53359 100644 --- a/src/net/udpsock.go +++ b/src/net/udpsock.go @@ -15,8 +15,8 @@ import ( // BUG(mikio): On Windows, the File method of UDPConn is not // implemented. -// BUG(mikio): On NaCl the ListenMulticastUDP function is -// not implemented. +// BUG(mikio): On NaCl, the ListenMulticastUDP function is not +// implemented. // UDPAddr represents the address of a UDP end point. type UDPAddr struct {