Remove the duplicate word length from the comment

This commit is contained in:
Miek Gieben 2015-12-31 08:17:21 +00:00
parent 0aa2579353
commit aed88e096f
1 changed files with 1 additions and 1 deletions

View File

@ -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