summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2022-07-15 10:46:31 -0500
committerCraig A. Berry <craigberry@mac.com>2022-07-15 11:06:26 -0500
commit898e88fc03cdda70ead5dfb76a0e7b197c22fc32 (patch)
tree8e40d29b36eb83089576d2db344a1fa3a728203c /perl.c
parent24a3add986669c1f4ad5040b224428bd097b944e (diff)
downloadperl-898e88fc03cdda70ead5dfb76a0e7b197c22fc32.tar.gz
Reword VMS-specific comment on my_failure_exit
Follow-up to 8fb00d81c65144.
Diffstat (limited to 'perl.c')
-rw-r--r--perl.c4
1 files changed, 2 insertions, 2 deletions
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</C<my_exit>>, using
+On non-VMS platforms, this is essentially equivalent to L</C<my_exit>>, using
C<errno>, but forces an en error code of 255 if C<errno> 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
*/