Correct Comment

This commit is contained in:
Tom Eastep 2011-05-03 07:43:42 -07:00
parent d8c2845085
commit 368fe46932

View File

@ -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( $ ) { sub normalize_hex( $ ) {
my $val = lc shift; my $val = lc shift;