aboutsummaryrefslogtreecommitdiff
path: root/udppacket.go
diff options
context:
space:
mode:
Diffstat (limited to 'udppacket.go')
-rw-r--r--udppacket.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/udppacket.go b/udppacket.go
index c7b017b..8cecfb0 100644
--- a/udppacket.go
+++ b/udppacket.go
@@ -30,8 +30,8 @@ func NewUDPPacket(size uint32) (p *UDPPacket) {
}
//
-// Reset will set the content of packet data to zero, so it can be used agains
-// on Read().
+// Reset will set the content of packet data to zero, so it can be used
+// against on Read().
//
func (p *UDPPacket) Reset() {
p.Bytes[0] = 0