diff options
author | Father Chrysostomos <sprout@cpan.org> | 2010-10-30 09:48:44 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-10-30 09:48:44 -0700 |
commit | 928eb066db8ceeefaa02cc5033d3e04c22d6686e (patch) | |
tree | db71c0fccbd7c2f25591a35bd5fcb078593100ee /mro.c | |
parent | 7311f41d6a3262c063a74d2b53124a5345407512 (diff) | |
download | perl-928eb066db8ceeefaa02cc5033d3e04c22d6686e.tar.gz |
Comment typo
Diffstat (limited to 'mro.c')
-rw-r--r-- | mro.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -638,7 +638,7 @@ Perl_mro_package_moved(pTHX_ HV * const stash, HV * const oldstash, /* Determine the name of the location that stash was assigned to * or from which oldstash was removed. * - * We cannot reliable use the name in oldstash, because it may have + * We cannot reliably use the name in oldstash, because it may have * been deleted from the location in the symbol table that its name * suggests, as in this case: * |