summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2012-10-25 16:28:00 -0700
committerSam Roberts <vieuxtech@gmail.com>2012-10-25 16:28:00 -0700
commit6fd90cd70a085a1e3a37d773d233ef6caad743bd (patch)
treeee9b76434bfb2abe6929d20954358714a3344b75
parent04fca822b1c551c52f2bd3b0176bfc7f7413ba76 (diff)
downloadlibnet-6fd90cd70a085a1e3a37d773d233ef6caad743bd.tar.gz
Documentation typo, valid should be invalid.
-rw-r--r--libnet/include/libnet/libnet-functions.h2
1 files changed, 1 insertions, 1 deletions
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