From 25a81e77c22af89cb40f374e77167f0efb3fd95e Mon Sep 17 00:00:00 2001 From: Mikio Hara Date: Sun, 27 Nov 2016 09:36:54 +0900 Subject: [PATCH] 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 --- src/net/udpsock.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 { -- 2.48.1