Skip to content

Commit e8829bd

Browse files
committed
Fix grammar in a comment
1 parent 7a47da9 commit e8829bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toke.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5247,7 +5247,7 @@ yyl_sigvar(pTHX_ char *s)
52475247
case '$':
52485248
case '@':
52495249
case '%':
5250-
/* spot stuff that looks like an prototype */
5250+
/* spot stuff that looks like a prototype */
52515251
if (memCHRs("$:@%&*;\\[]", *s)) {
52525252
yyerror("Illegal character following sigil in a subroutine signature");
52535253
break;

0 commit comments

Comments
 (0)