Correct comment in APItest’s hash.t
authorFather Chrysostomos <sprout@cpan.org>
Mon, 2 Jan 2012 21:20:07 +0000 (13:20 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 3 Jan 2012 06:10:32 +0000 (22:10 -0800)
ext/XS-APItest/t/hash.t

index 1d01744..0fdd64e 100644 (file)
@@ -245,7 +245,7 @@ sub test_precomputed_hashes {
       'newHVhv on tied hash';
 }
 
-# helem on entry with null value
+# helem and hslice on entry with null value
 # This is actually a test for a Perl operator, not an XS API test.  But it
 # requires a hash that can only be produced by XS (although recently it
 # could be encountered when tying hint hashes).