In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/78ed4cf4d6fe89dec297c959b8227fa0f30feb20?hp=0b7399e1b614f5542d98214516ac2212838d5a7c>
- Log ----------------------------------------------------------------- commit 78ed4cf4d6fe89dec297c959b8227fa0f30feb20 Author: Jesse Luehrs <[email protected]> Date: Mon Aug 20 05:18:00 2012 -0500 fix accidentally modified comment ----------------------------------------------------------------------- Summary of changes: 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 fdbed09..6f4bf2b 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* -- Perl5 Master Repository
