From 6fd90cd70a085a1e3a37d773d233ef6caad743bd Mon Sep 17 00:00:00 2001 From: Sam Roberts Date: Thu, 25 Oct 2012 16:28:00 -0700 Subject: Documentation typo, valid should be invalid. --- libnet/include/libnet/libnet-functions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnet/include/libnet/libnet-functions.h b/libnet/include/libnet/libnet-functions.h index 914e177..5115ccc 100644 --- a/libnet/include/libnet/libnet-functions.h +++ b/libnet/include/libnet/libnet-functions.h @@ -2254,7 +2254,7 @@ libnet_do_checksum(libnet_t *l, uint8_t *iphdr, int protocol, int h_len); * * Finding that protocol requires that the IP header be well-formed... so this * won't work well for invalid packets. But then, what is the valid checksum - * for a valid packet, anyhow? + * for a invalid packet, anyhow? * * This doesn't work well for non-inet checksums, sorry, that's an original design * flaw. pblock_t needs a pointer in it, to a packet assembly function that can be -- cgit v1.2.1