From 67b421dc00624ffc1e59227ef55c6791e2823c89 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Thu, 21 May 2020 11:37:04 -0700 Subject: [PATCH] Correct a comment in the optimize level 8 code Signed-off-by: Tom Eastep --- Shorewall/Perl/Shorewall/Chains.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/Perl/Shorewall/Chains.pm b/Shorewall/Perl/Shorewall/Chains.pm index 55fb89087..69cae8c21 100644 --- a/Shorewall/Perl/Shorewall/Chains.pm +++ b/Shorewall/Perl/Shorewall/Chains.pm @@ -4079,7 +4079,7 @@ sub optimize_level8( $$$ ) { if ( $config{RENAME_COMBINED} && $chainref->{name} !~ /^[~%]/ ) { # - # For simple use of the BLACKLIST section, we can end up with many identical + # For simple use of the blrules file, we can end up with many identical # chains. To distinguish them from other renamed chains, we keep track of # these chains via the 'blacklistsection' member. #