Skip to content

Commit

Permalink
fix typo (#3333)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyxdd committed Feb 20, 2022
1 parent 71c8af3 commit 17952f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packet_handler_map.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func setReceiveBuffer(c net.PacketConn, logger utils.Logger) error {
return nil
}

// only print warnings about the UPD receive buffer size once
// only print warnings about the UDP receive buffer size once
var receiveBufferWarningOnce sync.Once

func newPacketHandlerMap(
Expand Down

0 comments on commit 17952f3

Please sign in to comment.