diff --git a/rawmsg.go b/rawmsg.go index 7b71d243..b4a706b9 100644 --- a/rawmsg.go +++ b/rawmsg.go @@ -12,7 +12,7 @@ func rawSetId(msg []byte, i uint16) bool { return true } -// rawSetQuestionLen sets the length length of the question section. +// rawSetQuestionLen sets the length of the question section. func rawSetQuestionLen(msg []byte, i uint16) bool { if len(msg) < 6 { return false