aboutsummaryrefslogtreecommitdiff
path: root/extract.h
diff options
context:
space:
mode:
authorJoseph Mingrone <jrm@FreeBSD.org>2024-09-06 02:11:27 +0000
committerJoseph Mingrone <jrm@FreeBSD.org>2024-09-06 02:36:15 +0000
commit75d9de99aec2d9f3bdc495c91bbd6d7a2392e2a3 (patch)
tree99d6c086833d530e5d1d33a8128961f8149843f0 /extract.h
parent51a183021fce3928d24b11c319d2787f5a15ae87 (diff)
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 d7d803dfb277..c1b486d37a7e 100644
--- a/extract.h
+++ b/extract.h
@@ -261,7 +261,7 @@ EXTRACT_IPV4_TO_HOST_ORDER(const void *p)
* quantities the hard way - fetch the bytes one at a time and
* assemble them.
*
- * XXX - ARM is a special case. ARMv1 through ARMv5 didn't suppory
+ * XXX - ARM is a special case. ARMv1 through ARMv5 didn't support
* unaligned loads; ARMv6 and later support it *but* have a bit in
* the system control register that the OS can set and that causes
* unaligned loads to fault rather than succeeding.