From aed88e096f2e341f40f4054f0af119659b8d8e58 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Thu, 31 Dec 2015 08:17:21 +0000 Subject: [PATCH] Remove the duplicate word length from the comment --- rawmsg.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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