From 5dfc27355e7a9119c9ea2c14ff487636c8d39873 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sat, 29 Dec 2012 11:34:12 -0800 Subject: [PATCH] Correct a comment Signed-off-by: Tom Eastep --- Shorewall/Perl/Shorewall/Tc.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Shorewall/Perl/Shorewall/Tc.pm b/Shorewall/Perl/Shorewall/Tc.pm index 33e445094..d1923ec2b 100644 --- a/Shorewall/Perl/Shorewall/Tc.pm +++ b/Shorewall/Perl/Shorewall/Tc.pm @@ -1449,9 +1449,9 @@ sub validate_tc_class( ) { for my $codelopt ( split_list( $option , q('fq_codel' option list) ) ) { # - # $2 -------------------- - # $1 ------ | $3 ----------- | - # | | | | | | + # $1 ------ $2 -------------- + # | | | $3 ---- | + # | | | | | | if ( $codelopt =~ /^([a-z]+) (?:= ((?:\d+)(ms)?))?$/x ) { fatal_error "Invalid CODEL option ($1)" unless $opttype = $validcodeloptions{$1};