summaryrefslogtreecommitdiff
path: root/mro.c
diff options
context:
space:
mode:
authorjkeenan <jkeenan@cpan.org>2011-11-19 19:41:00 -0500
committerFather Chrysostomos <sprout@cpan.org>2011-11-22 16:27:16 -0800
commit9404893f24257746efaa6b119c8f9a9960a99a6f (patch)
tree6c7db19daa3542998d88d5e6c43ea6909cf288ca /mro.c
parent1f874cb6cda8ff355ea232af026e2429ee2e9afb (diff)
downloadperl-9404893f24257746efaa6b119c8f9a9960a99a6f.tar.gz
[RT #36079] Convert ` to '.
Diffstat (limited to 'mro.c')
-rw-r--r--mro.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mro.c b/mro.c
index 0dd65b2e2e..1c5f4eb131 100644
--- a/mro.c
+++ b/mro.c
@@ -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