diff options
Diffstat (limited to 'ext/mro/mro.xs')
-rw-r--r-- | ext/mro/mro.xs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mro/mro.xs b/ext/mro/mro.xs index fb28399f77..76a91ae07c 100644 --- a/ext/mro/mro.xs +++ b/ext/mro/mro.xs @@ -95,7 +95,7 @@ S_mro_get_linear_isa_c3(pTHX_ HV* stash, U32 level) if(items == 0 && AvFILLp(seqs) == -1) { /* Only one parent class. For this case, the C3 linearisation is this class followed by the parent's - inearisation, so don't bother with the expensive + linearisation, so don't bother with the expensive calculation. */ SV **svp; I32 subrv_items = AvFILLp(isa_lin) + 1; |