From 368fe469320f7443a803a0877d9c0ea1fdd851e2 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Tue, 3 May 2011 07:43:42 -0700 Subject: [PATCH] Correct Comment --- Shorewall/Perl/Shorewall/Config.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/Perl/Shorewall/Config.pm b/Shorewall/Perl/Shorewall/Config.pm index 221bafa66..56d17830f 100644 --- a/Shorewall/Perl/Shorewall/Config.pm +++ b/Shorewall/Perl/Shorewall/Config.pm @@ -821,7 +821,7 @@ sub hex_value( $ ) { } # -# Strip off leading 0x and superfluous leading zeros from a hex number +# Strip off superfluous leading zeros from a hex number # sub normalize_hex( $ ) { my $val = lc shift;