From 78ed4cf4d6fe89dec297c959b8227fa0f30feb20 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 20 Aug 2012 05:18:00 -0500 Subject: [PATCH] fix accidentally modified comment --- os2/OS2/OS2-REXX/REXX.xs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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* -- 2.7.4