From 898e88fc03cdda70ead5dfb76a0e7b197c22fc32 Mon Sep 17 00:00:00 2001 From: "Craig A. Berry" Date: Fri, 15 Jul 2022 10:46:31 -0500 Subject: Reword VMS-specific comment on my_failure_exit Follow-up to 8fb00d81c65144. --- perl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl.c') diff --git a/perl.c b/perl.c index 22434c1538..8077e0d9f2 100644 --- a/perl.c +++ b/perl.c @@ -5233,10 +5233,10 @@ Perl_my_exit(pTHX_ U32 status) Exit the running Perl process with an error. -On non-VMS platforms, this is essentially equivalen to L>, using +On non-VMS platforms, this is essentially equivalent to L>, using C, but forces an en error code of 255 if C is 0. -On VMS, it takes care to set the expected exit error return variables. +On VMS, it takes care to set the appropriate severity bits in the exit status. =cut */ -- cgit v1.2.1