diff options
Diffstat (limited to 'scripts/Dpkg/Control')
-rw-r--r-- | scripts/Dpkg/Control/HashCore.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Dpkg/Control/HashCore.pm b/scripts/Dpkg/Control/HashCore.pm index e947d9179..21b74916c 100644 --- a/scripts/Dpkg/Control/HashCore.pm +++ b/scripts/Dpkg/Control/HashCore.pm @@ -453,7 +453,7 @@ use parent -norequire, qw(Tie::ExtraHash); # $self->[0] is the real hash # $self->[1] is a reference to the hash contained by the parent object. # This reference bypasses the top-level scalar reference of a -# Dpkg::Control::Hash, hence ensuring that that reference gets DESTROYed +# Dpkg::Control::Hash, hence ensuring that reference gets DESTROYed # properly. # Dpkg::Control::Hash->new($parent) |