summaryrefslogtreecommitdiff
path: root/llmnr.c
diff options
context:
space:
mode:
Diffstat (limited to 'llmnr.c')
-rw-r--r--llmnr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/llmnr.c b/llmnr.c
index 9436341..f5a3f2a 100644
--- a/llmnr.c
+++ b/llmnr.c
@@ -121,7 +121,7 @@ static void llmnr_respond(unsigned int ifindex, const struct llmnr_hdr *hdr,
/*
* This is the max response length (i.e. using all IPv6 addresses and
- * not message compression). We might not use all of it.
+ * no message compression). We might not use all of it.
*/
response_len = n * (1 + name_len + 1 + 2 + 2 + 4 + 2 + sizeof(struct in6_addr));
p = pkt_alloc(sizeof(*hdr) + query_len + response_len);