]> The Tcpdump Group git mirrors - libpcap/blobdiff - extract.h
Remove duplicate words
[libpcap] / extract.h
index e5ace61464b79a0b4f2c6f0f36824e7c75f72a6a..e776a9eb22adc1dfdd2c3b71f266a45ecb8f99de 100644 (file)
--- a/extract.h
+++ b/extract.h
@@ -131,7 +131,7 @@ EXTRACT_BE_S_8(const void *p)
  *
  * We do this in case the compiler can generate code using those
  * instructions to do an unaligned load and pass stuff to "ntohs()" or
- * "ntohl()", which might be better than than the code to fetch the
+ * "ntohl()", which might be better than the code to fetch the
  * bytes one at a time and assemble them.  (That might not be the
  * case on a little-endian platform, such as DEC's MIPS machines and
  * Alpha machines, where "ntohs()" and "ntohl()" might not be done