aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-06-21 19:47:00 +0700
committerlaforge <laforge@osmocom.org>2020-06-21 20:46:49 +0000
commita38c26595ff24fbeff1572e1df3db6409c343afe (patch)
tree3865607e6966b07234799b96c0b0a748b7ec4089
parentcb0cc4377c097902ed7cdcb539fd838eff1186d4 (diff)
library/RSL_Emulation: fix comment near f_rslem_suspend()
-rw-r--r--library/RSL_Emulation.ttcn2
1 files changed, 1 insertions, 1 deletions
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}) {