]> Cypherpunks repositories - gostls13.git/commitdiff
net: add missing comma on BUGS section for consistency
authorMikio Hara <mikioh.mikioh@gmail.com>
Sun, 27 Nov 2016 00:36:54 +0000 (09:36 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Mon, 28 Nov 2016 03:30:55 +0000 (03:30 +0000)
Change-Id: Ic96fb52f37257e06e77cc08da5c73ea6f9ff158c
Reviewed-on: https://go-review.googlesource.com/33592
Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
Run-TryBot: Mikio Hara <mikioh.mikioh@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>

src/net/udpsock.go

index 6a4aaf9e59cf123d16660bee0b3fb6b9adcb7a13..841ef5335909d589b8e2479067d95edb77a6c384 100644 (file)
@@ -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 {