aboutsummaryrefslogtreecommitdiff
path: root/extract.h
diff options
context:
space:
mode:
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 e5ace614..e776a9eb 100644
--- 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