diff options
author | Joel Knight <joel@cvs.openbsd.org> | 2005-06-04 18:00:46 +0000 |
---|---|---|
committer | Joel Knight <joel@cvs.openbsd.org> | 2005-06-04 18:00:46 +0000 |
commit | 04b670bfe176bfee10297004f05a8e604232fbfa (patch) | |
tree | bfe85761bcf39c99eb1c607a0b4efc4f509e7959 /lib/libpcap | |
parent | 0e592a15522d9dc85267e74f7de75820c98310c0 (diff) |
Fix description in a comment.
Diffstat (limited to 'lib/libpcap')
-rw-r--r-- | lib/libpcap/gencode.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpcap/gencode.c b/lib/libpcap/gencode.c index 30711f95e9f..2ac99ac4ca5 100644 --- a/lib/libpcap/gencode.c +++ b/lib/libpcap/gencode.c @@ -1,4 +1,4 @@ -/* $OpenBSD: gencode.c,v 1.23 2005/02/28 13:19:56 reyk Exp $ */ +/* $OpenBSD: gencode.c,v 1.24 2005/06/04 18:00:45 joel Exp $ */ /* * Copyright (c) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998 @@ -2985,7 +2985,7 @@ gen_pf_ifname(char *ifname) } -/* PF firewall log matched interface */ +/* PF firewall log ruleset name */ struct block * gen_pf_ruleset(char *ruleset) { |