]> The Tcpdump Group git mirrors - libpcap/blobdiff - extract.h
Update config.{guess,sub}, timestamps 2023-01-01,2023-01-21
[libpcap] / extract.h
index e776a9eb22adc1dfdd2c3b71f266a45ecb8f99de..33579b1155b5593e17acacc6b5930507569ea405 100644 (file)
--- a/extract.h
+++ b/extract.h
@@ -127,7 +127,7 @@ EXTRACT_BE_S_8(const void *p)
  * cast the pointer to point to one of those, and fetch through it;
  * the GCC manual doesn't appear to explicitly say that
  * __attribute__((packed)) causes the compiler to generate unaligned-safe
- * code, but it apppears to do so.
+ * code, but it appears to do so.
  *
  * We do this in case the compiler can generate code using those
  * instructions to do an unaligned load and pass stuff to "ntohs()" or