From b0b120dcf9fb7ade458e6d3d5903779ae11290f2 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sun, 18 Sep 2022 11:38:40 -0600 Subject: [PATCH] perl.h: Fix typo --- perl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.8.3.1