summaryrefslogtreecommitdiff
path: root/mro.c
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2010-10-30 09:48:44 -0700
committerFather Chrysostomos <sprout@cpan.org>2010-10-30 09:48:44 -0700
commit928eb066db8ceeefaa02cc5033d3e04c22d6686e (patch)
treedb71c0fccbd7c2f25591a35bd5fcb078593100ee /mro.c
parent7311f41d6a3262c063a74d2b53124a5345407512 (diff)
downloadperl-928eb066db8ceeefaa02cc5033d3e04c22d6686e.tar.gz
Comment typo
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 509e9d8f9c..ac2dea26cd 100644
--- a/mro.c
+++ b/mro.c
@@ -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:
*