summaryrefslogtreecommitdiff
path: root/pp_hot.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-05-19 22:02:48 -0600
committerKarl Williamson <khw@cpan.org>2022-05-19 22:04:10 -0600
commitd49261a994af573600a092db8e91dea2459b9f8a (patch)
tree619f489698eb2e63f0ec0f0fd5ac66a84d7b5a6c /pp_hot.c
parent95bfca545b451d588b110c4132e4ad5623a0d139 (diff)
downloadperl-d49261a994af573600a092db8e91dea2459b9f8a.tar.gz
perl.c, pp_hot.c: Fix typos in comments
Diffstat (limited to 'pp_hot.c')
-rw-r--r--pp_hot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp_hot.c b/pp_hot.c
index 67b255e2e7..d3a0aa1770 100644
--- a/pp_hot.c
+++ b/pp_hot.c
@@ -3389,7 +3389,7 @@ PP(pp_helem)
MAGIC *mg;
HV *stash;
- /* If we can determine whether the element exist,
+ /* If we can determine whether the element exists,
* Try to preserve the existenceness of a tied hash
* element by using EXISTS and DELETE if possible.
* Fallback to FETCH and STORE otherwise. */