net: add missing comma on BUGS section for consistency

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>
This commit is contained in:
Mikio Hara 2016-11-27 09:36:54 +09:00
parent 7e455163de
commit 25a81e77c2
1 changed files with 2 additions and 2 deletions

View 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 {