diff options
author | jkeenan <jkeenan@cpan.org> | 2011-11-19 19:41:00 -0500 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-11-22 16:27:16 -0800 |
commit | 9404893f24257746efaa6b119c8f9a9960a99a6f (patch) | |
tree | 6c7db19daa3542998d88d5e6c43ea6909cf288ca /mro.c | |
parent | 1f874cb6cda8ff355ea232af026e2429ee2e9afb (diff) | |
download | perl-9404893f24257746efaa6b119c8f9a9960a99a6f.tar.gz |
[RT #36079] Convert ` to '.
Diffstat (limited to 'mro.c')
-rw-r--r-- | mro.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -994,7 +994,7 @@ S_mro_gather_and_rename(pTHX_ HV * const stashes, HV * const seen_stashes, /* Add it to the big list if it needs * mro_isa_changed_in called on it. That happens if it was * detached from the symbol table (so it had no HvENAME) before - * being assigned to the spot named by the `name' variable, because + * being assigned to the spot named by the 'name' variable, because * its cached isa linearisation is now stale (the effective name * having changed), and subclasses will then use that cache when * mro_package_moved calls mro_isa_changed_in. (See |