diff options
author | Father Chrysostomos <sprout@cpan.org> | 2010-11-11 05:40:43 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-11-11 09:35:03 -0800 |
commit | c914374596ade3d8c652ea5f8dc4d1cd663fd6b0 (patch) | |
tree | 14d0e9523324786606d204b834d349fa8917e7ab /mro.c | |
parent | fed3ba5d6b9222e6e73844680734b059e616c86b (diff) | |
download | perl-c914374596ade3d8c652ea5f8dc4d1cd663fd6b0.tar.gz |
Correct comment in mro_isa_changed_in
It was describing an intermediate version of what became 80ebaca.
Diffstat (limited to 'mro.c')
-rw-r--r-- | mro.c | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -634,9 +634,8 @@ Perl_mro_isa_changed_in3(pTHX_ HV* stash, const char *stashname, } } - /* Now iterate our MRO (parents), and: - 1) Add ourselves and everything from our isarev to their isarev - 2) Delete the parent’s entry from the (now temporary) isa hash + /* Now iterate our MRO (parents), adding ourselves and everything from + our isarev to their isarev. */ /* This only applies if the stash exists. */ |