aboutsummaryrefslogtreecommitdiff
path: root/extract.h
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2022-07-04 11:39:26 +0200
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2022-07-04 11:39:26 +0200
commitfc4772e1e1b3b2a25937b99981ca0a67cc17caba (patch)
treecc932090892e1c8abff647b6d27ea5e1599bf2c7 /extract.h
parente8b6c94929b1ffbb4ca665a022be2b49c6651fe8 (diff)
Fix some typos
[skip ci]
Diffstat (limited to 'extract.h')
-rw-r--r--extract.h2
1 files changed, 1 insertions, 1 deletions
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