summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2012-02-13 12:12:39 +0000
committerDavid Mitchell <davem@iabyn.com>2012-02-13 12:29:52 +0000
commit870598ae6a928eaf25c34e21dd00e22534e5431b (patch)
treef728ec1d0a013ef98b7d0d7f62dfca618389ace8 /perl.h
parentdef5f8a53f98ed8396459ef94f852412f5f3012c (diff)
downloadperl-870598ae6a928eaf25c34e21dd00e22534e5431b.tar.gz
fix a comment typo: s/MYCXT/MY_CXT/
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl.h b/perl.h
index fe1eaecfb6..7d0548a9c4 100644
--- a/perl.h
+++ b/perl.h
@@ -5521,7 +5521,7 @@ typedef struct am_table_short AMTS;
/* This macro must be used to access members of the my_cxt_t structure.
- * e.g. MYCXT.some_data */
+ * e.g. MY_CXT.some_data */
# define MY_CXT (*my_cxtp)
/* Judicious use of these macros can reduce the number of times dMY_CXT