summaryrefslogtreecommitdiffstats
path: root/src/exthdr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/exthdr.c')
-rw-r--r--src/exthdr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exthdr.c b/src/exthdr.c
index ac3e1632..f5c20ac2 100644
--- a/src/exthdr.c
+++ b/src/exthdr.c
@@ -26,8 +26,8 @@
static void exthdr_expr_print(const struct expr *expr, struct output_ctx *octx)
{
if (expr->exthdr.op == NFT_EXTHDR_OP_TCPOPT) {
- /* Offset calcualtion is a bit hacky at this point.
- * There might be an tcp option one day with another
+ /* Offset calculation is a bit hacky at this point.
+ * There might be a tcp option one day with another
* multiplicator
*/
unsigned int offset = expr->exthdr.offset / 64;