diff options
| author | andvar <andvar@NetBSD.org> | 2022-04-17 21:24:52 +0000 |
|---|---|---|
| committer | andvar <andvar@NetBSD.org> | 2022-04-17 21:24:52 +0000 |
| commit | bcbc1fcf66293d2ccf37cd6aa1b1121562b28133 (patch) | |
| tree | 1d7ff8bc0c5a6697fde4a9f3f63c3aebf0ca396e /sys/netinet | |
| parent | 68ab89ee24c9efdbf0f7c6a3be221bef68475f6e (diff) | |
fix various typos in comments.
Diffstat (limited to 'sys/netinet')
| -rw-r--r-- | sys/netinet/ip.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip.h b/sys/netinet/ip.h index 211c8f7ede8..51158dcbf33 100644 --- a/sys/netinet/ip.h +++ b/sys/netinet/ip.h @@ -1,4 +1,4 @@ -/* $NetBSD: ip.h,v 1.38 2021/02/03 18:13:13 roy Exp $ */ +/* $NetBSD: ip.h,v 1.39 2022/04/17 21:24:53 andvar Exp $ */ /* * Copyright (c) 1982, 1986, 1993 @@ -73,7 +73,7 @@ struct ip { }; #define IP_MAXPACKET 65535 /* maximum packet size */ -#define IP_MINFRAGSIZE 69 /* minumum size that can be fraged */ +#define IP_MINFRAGSIZE 69 /* minimum size that can be fraged */ /* * Definitions for IP type of service (ip_tos) |
