diff options
author | David Mitchell <davem@iabyn.com> | 2012-02-13 12:12:39 +0000 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2012-02-13 12:29:52 +0000 |
commit | 870598ae6a928eaf25c34e21dd00e22534e5431b (patch) | |
tree | f728ec1d0a013ef98b7d0d7f62dfca618389ace8 /perl.h | |
parent | def5f8a53f98ed8396459ef94f852412f5f3012c (diff) | |
download | perl-870598ae6a928eaf25c34e21dd00e22534e5431b.tar.gz |
fix a comment typo: s/MYCXT/MY_CXT/
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |