diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-09-04 03:20:18 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-09-04 03:20:18 +0000 |
commit | 67e6b4f6118042c02829b44f5b6e62fb361b2591 (patch) | |
tree | b5bfbbb71c9809ffb695a5f80ed4f2f344505b3e /usr.bin | |
parent | 10c29c268cc24d83d7bcca6455ebb91cba5cb887 (diff) |
typo; aldo@nullcube.com
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/netstat/inet.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/netstat/inet.c b/usr.bin/netstat/inet.c index ac979285e87..776af88d0e9 100644 --- a/usr.bin/netstat/inet.c +++ b/usr.bin/netstat/inet.c @@ -1,4 +1,4 @@ -/* $OpenBSD: inet.c,v 1.66 2003/07/07 21:36:52 deraadt Exp $ */ +/* $OpenBSD: inet.c,v 1.67 2003/09/04 03:20:17 deraadt Exp $ */ /* $NetBSD: inet.c,v 1.14 1995/10/03 21:42:37 thorpej Exp $ */ /* @@ -34,7 +34,7 @@ #if 0 static char sccsid[] = "from: @(#)inet.c 8.4 (Berkeley) 4/20/94"; #else -static char *rcsid = "$OpenBSD: inet.c,v 1.66 2003/07/07 21:36:52 deraadt Exp $"; +static char *rcsid = "$OpenBSD: inet.c,v 1.67 2003/09/04 03:20:17 deraadt Exp $"; #endif #endif /* not lint */ @@ -779,7 +779,7 @@ esp_stats(u_long off, char *name) } /* - * Dump ESP statistics structure. + * Dump IP-in-IP statistics structure. */ void ipip_stats(u_long off, char *name) |