This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix a comment typo: s/MYCXT/MY_CXT/
authorDavid Mitchell <davem@iabyn.com>
Mon, 13 Feb 2012 12:12:39 +0000 (12:12 +0000)
committerDavid Mitchell <davem@iabyn.com>
Mon, 13 Feb 2012 12:29:52 +0000 (12:29 +0000)
perl.h

diff --git a/perl.h b/perl.h
index fe1eaec..7d0548a 100644 (file)
--- 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.
 
 
 /* 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
 #  define MY_CXT               (*my_cxtp)
 
 /* Judicious use of these macros can reduce the number of times dMY_CXT