diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-01-21 03:40:32 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-01-21 03:40:32 +0000 |
commit | d7d0e21e19132d6f885efd9e30429b50f0b399de (patch) | |
tree | f8a4f012dbf8c1afee5b50991534e888d73628bc /sys/netinet | |
parent | 96178ebe518a6263d5bc9b182fdb9f9dfe7f7bb0 (diff) |
Fix comment.
Diffstat (limited to 'sys/netinet')
-rw-r--r-- | sys/netinet/ip_ether.h | 4 |
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 |