From a38c26595ff24fbeff1572e1df3db6409c343afe Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Sun, 21 Jun 2020 19:47:00 +0700 Subject: library/RSL_Emulation: fix comment near f_rslem_suspend() Change-Id: If6487065329a4fc44275999de1972f76ded06562 --- library/RSL_Emulation.ttcn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/RSL_Emulation.ttcn b/library/RSL_Emulation.ttcn index 618cf117..9cc77ba0 100644 --- a/library/RSL_Emulation.ttcn +++ b/library/RSL_Emulation.ttcn @@ -684,7 +684,7 @@ runs on RSL_DchanHdlr { } } -/* resume handling of RSL DChan messages from IPA until f_rslem_resume() is called */ +/* suspend handling of RSL DChan messages from IPA until f_rslem_resume() is called */ function f_rslem_suspend(RSLEM_PROC_PT PT) runs on RSL_DchanHdlr { PT.call(RSLEM_suspend:{true}) { -- cgit v1.2.3