Skip to content

Commit d5a15a1

Browse files
committed
perl.h: Fix typo in comment
1 parent 2d69eaf commit d5a15a1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

perl.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3961,8 +3961,9 @@ typedef struct crypt_data { /* straight from /usr/include/crypt.h */
39613961
#ifndef PERL_STATIC_NO_RET
39623962
# define PERL_STATIC_NO_RET STATIC
39633963
#endif
3964-
/* PERL_STATIC_NO_RET is supposed to be equivalent to PERL_STATIC_INLINE on
3965-
builds that dont have a noreturn as a declaration specifier
3964+
3965+
/* PERL_STATIC_INLINE_NO_RET is supposed to be equivalent to PERL_STATIC_INLINE
3966+
* on builds that dont have a noreturn as a declaration specifier
39663967
*/
39673968
#ifndef PERL_STATIC_INLINE_NO_RET
39683969
# define PERL_STATIC_INLINE_NO_RET PERL_STATIC_INLINE

0 commit comments

Comments
 (0)