From b0e60fa7b54eba260daedc47925542f0285a559e Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Fri, 10 Feb 2017 09:31:53 +0100 Subject: llmnrd: Fix typo in comment Signed-off-by: Tobias Klauser --- llmnr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3-54-g00ecf