Fix a comment (No functional changes).

merge-requests/3/head
Yawning Angel 10 years ago
parent 9712aec73b
commit 433ff8027d

@ -54,7 +54,7 @@ func (e InvalidPacketLengthError) Error() string {
return fmt.Sprintf("packet: Invalid packet length: %d", int(e))
}
// InvalidPacketLengthError is the error returned when decodePacket rejects the
// InvalidPayloadLengthError is the error returned when decodePacket rejects the
// payload length.
type InvalidPayloadLengthError int

Loading…
Cancel
Save