summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2017-02-10 09:31:53 +0100
committerTobias Klauser <tklauser@distanz.ch>2017-02-10 09:31:53 +0100
commitb0e60fa7b54eba260daedc47925542f0285a559e (patch)
tree72891eb9c19566cc450daa2b8d57253a89494fe5
parenta7b3d978a705dc160f373f685625e28c9a3022bb (diff)
llmnrd: Fix typo in comment
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
-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);