From 953c7db1c44e06a8a002315828de584572eefe20 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 b4ea4b5c6..c7fc044ac 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;