summaryrefslogtreecommitdiffstats
path: root/include/libiptc/libxtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libiptc/libxtc.h')
-rw-r--r--include/libiptc/libxtc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libiptc/libxtc.h b/include/libiptc/libxtc.h
index 37010188..a1d16ef9 100644
--- a/include/libiptc/libxtc.h
+++ b/include/libiptc/libxtc.h
@@ -10,7 +10,7 @@ extern "C" {
#endif
#ifndef XT_MIN_ALIGN
-/* xt_entry has pointers and u_int64_t's in it, so if you align to
+/* xt_entry has pointers and uint64_t's in it, so if you align to
it, you'll also align to any crazy matches and targets someone
might write */
#define XT_MIN_ALIGN (__alignof__(struct xt_entry))