diff options
Diffstat (limited to 'pod/perlintern.pod')
-rw-r--r-- | pod/perlintern.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlintern.pod b/pod/perlintern.pod index a0cf47c049..6ca016cfcc 100644 --- a/pod/perlintern.pod +++ b/pod/perlintern.pod @@ -153,7 +153,7 @@ Found in file sv.c Decrement the refcnt of each remaining SV, possibly triggering a cleanup. This function may have to be called multiple times to free -SVs which are in complex self-referential heirarchies. +SVs which are in complex self-referential hierarchies. I32 sv_clean_all() |