]> The Tcpdump Group git mirrors - libpcap/commitdiff
From OpenBSD: fix a comment.
authorguy <guy>
Sun, 31 Jul 2005 19:02:32 +0000 (19:02 +0000)
committerguy <guy>
Sun, 31 Jul 2005 19:02:32 +0000 (19:02 +0000)
gencode.c

index a6854aca8e5614e1fcb5f2d2008a5a78fed61282..311d7dd5926be8ee47e2dda61ef22566ec51c48d 100644 (file)
--- a/gencode.c
+++ b/gencode.c
@@ -21,7 +21,7 @@
  */
 #ifndef lint
 static const char rcsid[] _U_ =
-    "@(#) $Header: /tcpdump/master/libpcap/gencode.c,v 1.221.2.28 2005-07-20 15:20:20 hannes Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/libpcap/gencode.c,v 1.221.2.29 2005-07-31 19:02:32 guy Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -6091,7 +6091,7 @@ gen_pf_ifname(const char *ifname)
        return (b0);
 }
 
-/* PF firewall log matched interface */
+/* PF firewall log ruleset name */
 struct block *
 gen_pf_ruleset(char *ruleset)
 {