mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 08:38:23 +00:00
perlio.c: Fix grammar in comment
This commit is contained in:
parent
06c43a5106
commit
7e57931a2b
2
perlio.c
2
perlio.c
@ -2404,7 +2404,7 @@ PerlIOBase_pushed(pTHX_ PerlIO *f, const char *mode, SV *arg, PerlIO_funcs *tab)
|
||||
SETERRNO(EINVAL, LIB_INVARG);
|
||||
return -1;
|
||||
}
|
||||
#ifdef __MVS__ /* XXX Perhaps should be be OEMVS instead of __MVS__ */
|
||||
#ifdef __MVS__ /* XXX Perhaps should be OEMVS instead of __MVS__ */
|
||||
{
|
||||
/* The mode variable contains one positional parameter followed by
|
||||
* optional keyword parameters. The positional parameters must be
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user