From: David Mitchell Date: Mon, 13 Feb 2012 12:12:39 +0000 (+0000) Subject: fix a comment typo: s/MYCXT/MY_CXT/ X-Git-Tag: v5.15.8~93 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/870598ae6a928eaf25c34e21dd00e22534e5431b?hp=def5f8a53f98ed8396459ef94f852412f5f3012c;ds=sidebyside fix a comment typo: s/MYCXT/MY_CXT/ --- diff --git a/perl.h b/perl.h index fe1eaec..7d0548a 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