diff options
author | Karl Williamson <khw@cpan.org> | 2022-09-18 11:38:40 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2022-09-18 11:45:37 -0600 |
commit | b0b120dcf9fb7ade458e6d3d5903779ae11290f2 (patch) | |
tree | ca558ac4ea080003d370cea3261a125f160b8901 | |
parent | 33498ed6ab04d6249c8585950bfd9321db9d2fa7 (diff) | |
download | perl-b0b120dcf9fb7ade458e6d3d5903779ae11290f2.tar.gz |
perl.h: Fix typo
-rw-r--r-- | perl.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |