summaryrefslogtreecommitdiff
path: root/mro.c
diff options
context:
space:
mode:
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 b7e842d563..830bea8097 100644
--- a/mro.c
+++ b/mro.c
@@ -379,7 +379,7 @@ S_mro_get_linear_isa_dfs(pTHX_ HV *stash, U32 level)
/*
=for apidoc mro_get_linear_isa
-Returns the mro linearisation for the give stash. By default, this
+Returns the mro linearisation for the given stash. By default, this
will be whatever C<mro_get_linear_isa_dfs> returns unless some
other MRO is in effect for the stash. The return value is a
read-only AV*.