summaryrefslogtreecommitdiff
path: root/toke.c
diff options
context:
space:
mode:
authorStefan Seifert <nine@detonation.org>2020-03-05 11:57:28 +0100
committerDagfinn Ilmari Mannsåker <ilmari@ilmari.org>2020-03-05 12:58:53 +0000
commitf056eb423d995d00b69d36cde90edd3103b55ceb (patch)
tree943d23e00a3a27bd2e847592496711dfd7ab9151 /toke.c
parent971190da8ab83a6286a8f6e4df192968ebd6cef0 (diff)
downloadperl-f056eb423d995d00b69d36cde90edd3103b55ceb.tar.gz
Fix variable name in wrap_keyword_plugin documentation
Diffstat (limited to 'toke.c')
-rw-r--r--toke.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toke.c b/toke.c
index ff68348bd7..451a4406a6 100644
--- a/toke.c
+++ b/toke.c
@@ -12729,7 +12729,7 @@ look something like this:
static Perl_keyword_plugin_t next_keyword_plugin;
static OP *my_keyword_plugin(pTHX_
- char *keyword_plugin, STRLEN keyword_len, OP **op_ptr)
+ char *keyword_ptr, STRLEN keyword_len, OP **op_ptr)
{
if (memEQs(keyword_ptr, keyword_len,
"my_new_keyword")) {