summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-09-18 11:38:40 -0600
committerKarl Williamson <khw@cpan.org>2022-09-18 11:45:37 -0600
commitb0b120dcf9fb7ade458e6d3d5903779ae11290f2 (patch)
treeca558ac4ea080003d370cea3261a125f160b8901 /perl.h
parent33498ed6ab04d6249c8585950bfd9321db9d2fa7 (diff)
downloadperl-b0b120dcf9fb7ade458e6d3d5903779ae11290f2.tar.gz
perl.h: Fix typo
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl.h b/perl.h
index be280d096a..0495c16e3a 100644
--- a/perl.h
+++ b/perl.h
@@ -491,7 +491,7 @@ Example usage:
This is used to suppress compiler warnings that a parameter to a function is
not used. This situation can arise, for example, when a parameter is needed
under some configuration conditions, but not others, so that C preprocessor
-conditional compilation causes it be used just some times.
+conditional compilation causes it be used just sometimes.
=for apidoc Amn;||PERL_UNUSED_CONTEXT
This is used to suppress compiler warnings that the thread context parameter to