summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <khw@khw-desktop.(none)>2010-07-25 11:18:39 -0600
committerRafael Garcia-Suarez <rgs@consttype.org>2010-07-27 09:42:01 +0200
commit1c149325354b2f495f253338a532cd7c0ee4a34d (patch)
treef564fcb2798942537ba4a44a04a83c3472c8366e /embed.fnc
parent99a767497aefe18d89f5797f9871483537389bbf (diff)
downloadperl-1c149325354b2f495f253338a532cd7c0ee4a34d.tar.gz
embed.fnc: correct comments
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc4
1 files changed, 2 insertions, 2 deletions
diff --git a/embed.fnc b/embed.fnc
index f6babb2bdd..19e7697bb2 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -13,7 +13,7 @@
: A Member of public API:
:
: add entry to global.sym (unless x or m);
-: any doc entry goes in perlapi.pod rather than perlintern.api
+: any doc entry goes in perlapi.pod rather than perlintern.pod
: makes '#define foo Perl_foo' scope not just for PERL_CORE/PERL_EXT
:
: a Allocates memory a la malloc/calloc. Also implies "R":
@@ -48,7 +48,7 @@
:
: M May change:
:
-: (currently no effect)
+: any doc entry is marked that function may change
:
: m Implemented as a macro:
: