mirror of
https://github.com/miekg/dns.git
synced 2025-10-16 20:31:02 +02:00
doc typo
This commit is contained in:
parent
cba3ae4273
commit
afd4d24572
@ -16,7 +16,7 @@ func rawSetId(msg []byte, i uint16) bool {
|
|||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|
||||||
// rawSetQuestionLen sets the lenght of the question section.
|
// rawSetQuestionLen sets the length of the question section.
|
||||||
func rawSetQuestionLen(msg []byte, i uint16) bool {
|
func rawSetQuestionLen(msg []byte, i uint16) bool {
|
||||||
if len(msg) < 6 {
|
if len(msg) < 6 {
|
||||||
return false
|
return false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user