summaryrefslogtreecommitdiff
path: root/scope.c
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2023-03-04 11:54:20 +0100
committerYves Orton <demerphq@gmail.com>2023-03-06 14:43:25 +0800
commitad2d7a7b8430731f134374105121d039762c6f6c (patch)
tree2b3ff57b5dbe42dd541e977ff817910a2037a4c0 /scope.c
parentbf8d775317f3df8c367058d840890024aa213c1c (diff)
downloadperl-ad2d7a7b8430731f134374105121d039762c6f6c.tar.gz
scope.c - fix typo
Diffstat (limited to 'scope.c')
-rw-r--r--scope.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scope.c b/scope.c
index ce6837ae3b..31806d305a 100644
--- a/scope.c
+++ b/scope.c
@@ -353,7 +353,7 @@ Saves and restores a refcounted string, similar to what
save_generic_svref would do for a SV*. Can be used to restore
a refcounted string to its previous state. Performs the
appropriate refcount counting so that nothing should leak
-or be prematurel freed.
+or be prematurely freed.
=cut
*/