From: jsg Date: Fri, 18 Aug 2023 08:10:16 +0000 (+0000) Subject: maximium -> maximum X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=bd586edd4583b2eb52be5d58ffce0d615f9ce3e5;p=openbsd maximium -> maximum --- 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. */