diff options
author | Jesse Luehrs <doy@tozt.net> | 2012-08-20 05:18:00 -0500 |
---|---|---|
committer | Jesse Luehrs <doy@tozt.net> | 2012-08-20 05:18:00 -0500 |
commit | 78ed4cf4d6fe89dec297c959b8227fa0f30feb20 (patch) | |
tree | 96fe83ca16a11602a13cac18d16d89af3785005b /os2 | |
parent | 0b7399e1b614f5542d98214516ac2212838d5a7c (diff) | |
download | perl-78ed4cf4d6fe89dec297c959b8227fa0f30feb20.tar.gz |
fix accidentally modified comment
Diffstat (limited to 'os2')
-rw-r--r-- | os2/OS2/OS2-REXX/REXX.xs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os2/OS2/OS2-REXX/REXX.xs b/os2/OS2/OS2-REXX/REXX.xs index fdbed09767..6f4bf2b416 100644 --- a/os2/OS2/OS2-REXX/REXX.xs +++ b/os2/OS2/OS2-REXX/REXX.xs @@ -61,7 +61,7 @@ static ULONG (*pRexxVariablePool) (PSHVBLOCK pRequest); static SV* exec_cv; /* Create a REXX compartment, - `n' callbacks `handlers' with the REXX names `handlerNames', + register `n' callbacks `handlers' with the REXX names `handlerNames', evaluate the REXX expression `cmd'. */ static SV* |