Skip to content
Snippets Groups Projects
Commit 433ff802 authored by Yawning Angel's avatar Yawning Angel
Browse files

Fix a comment (No functional changes).

parent 9712aec7
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment