summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2023-08-18 08:10:17 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2023-08-18 08:10:17 +0000
commitb942f42bb4fe52993c8080d01b08c1ae066b5c46 (patch)
treea5faf8cbc3c06d104f60f4a338ff524af5870f15 /sys
parentf3e542d51ea39d89e8f21a7265e3158fec15ab66 (diff)
maximium -> maximum
Diffstat (limited to 'sys')
-rw-r--r--sys/net/if.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if.c b/sys/net/if.c
index 27570bef2f2..7f60292fdb1 100644
--- a/sys/net/if.c
+++ b/sys/net/if.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if.c,v 1.706 2023/07/07 19:45:26 bluhm Exp $ */
+/* $OpenBSD: if.c,v 1.707 2023/08/18 08:10:16 jsg Exp $ */
/* $NetBSD: if.c,v 1.35 1996/05/07 05:26:04 thorpej Exp $ */
/*
@@ -910,7 +910,7 @@ if_output_tso(struct ifnet *ifp, struct mbuf **mp, struct sockaddr *dst,
/*
* Try to send with TSO first. When forwarding LRO may set
- * maximium segment size in mbuf header. Chop TCP segment
+ * maximum segment size in mbuf header. Chop TCP segment
* even if it would fit interface MTU to preserve maximum
* path MTU.
*/