summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorangelos <angelos@openbsd.org>2000-01-21 03:40:31 +0000
committerangelos <angelos@openbsd.org>2000-01-21 03:40:31 +0000
commit4bd06df33f88962bd98d2d1b2b11ee3359ebb944 (patch)
treeb9a8e2d8343a91a6edcf0b45f42d77117aeff294
parentip4 -> ipip (diff)
downloadwireguard-openbsd-4bd06df33f88962bd98d2d1b2b11ee3359ebb944.tar.xz
wireguard-openbsd-4bd06df33f88962bd98d2d1b2b11ee3359ebb944.zip
Fix comment.
-rw-r--r--sys/netinet/ip_ether.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_ether.h b/sys/netinet/ip_ether.h
index 2d06005c06a..72a27133053 100644
--- a/sys/netinet/ip_ether.h
+++ b/sys/netinet/ip_ether.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_ether.h,v 1.2 1999/10/29 02:00:23 angelos Exp $ */
+/* $OpenBSD: ip_ether.h,v 1.3 2000/01/21 03:40:31 angelos Exp $ */
/*
* The author of this code is Angelos D. Keromytis (angelos@adk.gr)
@@ -41,7 +41,7 @@ struct etheripstat
};
/*
- * Names for IP4 sysctl objects
+ * Names for Ether-IP sysctl objects
*/
#define ETHERIPCTL_ALLOW 1 /* accept incoming EtherIP packets */
#define ETHERIPCTL_MAXID 2