From: Karl Williamson Date: Sun, 18 Sep 2022 17:38:40 +0000 (-0600) Subject: perl.h: Fix typo X-Git-Tag: v5.37.4~24 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/b0b120dcf9fb7ade458e6d3d5903779ae11290f2 perl.h: Fix typo --- diff --git a/perl.h b/perl.h index be280d0..0495c16 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