From 7e57931a2beb94d9f9c94d0e56b2116156b5e6f9 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Mon, 19 Jan 2026 10:02:46 -0700 Subject: [PATCH] perlio.c: Fix grammar in comment --- perlio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perlio.c b/perlio.c index 8d0ee5c23a..76c26a64fd 100644 --- a/perlio.c +++ b/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