Correct Comment

This commit is contained in:
Tom Eastep 2011-05-03 07:43:42 -07:00
parent e1b3a79aa9
commit 953c7db1c4

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