X-Git-Url: https://git.tcpdump.org/libpcap/blobdiff_plain/48affbccf699037ce0af2d37653ced5e77ff23ed..09b51d326c38ea8e10ce4da09c09d50e08c5aeb8:/extract.h diff --git a/extract.h b/extract.h index e776a9eb..33579b11 100644 --- 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