summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-05-19 05:34:03 -0600
committerKarl Williamson <khw@cpan.org>2022-05-19 05:46:42 -0600
commitd487610d48c95b3e3060ff87bf2ac4b8bb717ad6 (patch)
tree191e267ba4feff6c8dca51b26099ce62b7118ab4
parent0797ed673c3083c5458e984824b608f502c58d9c (diff)
downloadperl-d487610d48c95b3e3060ff87bf2ac4b8bb717ad6.tar.gz
Fix typos for generating perlapi
-rw-r--r--dump.c2
-rw-r--r--embed.fnc2
-rw-r--r--gv.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/dump.c b/dump.c
index 45d4327ee9..6887ec3ad3 100644
--- a/dump.c
+++ b/dump.c
@@ -961,7 +961,7 @@ S_pm_description(pTHX_ const PMOP *pm)
}
/*
-=for api_doc pmop_dump
+=for apidoc pmop_dump
Dump an OP that is related to Pattern Matching, such as C<s/foo/bar/>; these require
special handling.
diff --git a/embed.fnc b/embed.fnc
index 5025fd81ea..98a1332f94 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -3528,7 +3528,7 @@ CpdoR |I32* |hv_riter_p |NN HV *hv
CpdoR |HE** |hv_eiter_p |NN HV *hv
Cpdo |void |hv_riter_set |NN HV *hv|I32 riter
Cpdo |void |hv_eiter_set |NN HV *hv|NULLOK HE *eiter
-Cpd |void |hv_rand_set |NN HV *hv|U32 new_xhv_rand
+Cp |void |hv_rand_set |NN HV *hv|U32 new_xhv_rand
Ap |void |hv_name_set |NN HV *hv|NULLOK const char *name|U32 len|U32 flags
pd |void |hv_ename_add |NN HV *hv|NN const char *name|U32 len \
|U32 flags
diff --git a/gv.c b/gv.c
index 47c4e821b9..82825d1dab 100644
--- a/gv.c
+++ b/gv.c
@@ -3493,7 +3493,7 @@ Perl_amagic_is_enabled(pTHX_ int method)
}
/*
-= for apidoc amagic_call
+=for apidoc amagic_call
Perform the overloaded (active magic) operation given by C<method>.
C<method> is one of the values found in F<overload.h>.