summaryrefslogtreecommitdiff
path: root/inline.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-05-04 03:09:16 -0600
committerKarl Williamson <khw@cpan.org>2022-05-04 09:33:31 -0600
commit576810730894dc3940da959af49a0fa5c0a4dddd (patch)
tree8d789b07ae5bbea7f296b16f50562200f33ca01f /inline.h
parent51652cc6d14e7e096cf49c501f15000c7d5b2ea1 (diff)
downloadperl-576810730894dc3940da959af49a0fa5c0a4dddd.tar.gz
inline.h: Fix typo in comment
Diffstat (limited to 'inline.h')
-rw-r--r--inline.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inline.h b/inline.h
index d69cd827fe..a884472663 100644
--- a/inline.h
+++ b/inline.h
@@ -3286,7 +3286,7 @@ Perl_mortal_getenv(const char * str)
* mutex is defined accordingly.
*
* But in all cases, using the mutex prevents these problems, as long as
- * all code uses the same mutex..
+ * all code uses the same mutex.
*
* A complication is that this can be called during phases where the
* mortalization process isn't available. These are in interpreter