library/RSL_Emulation: fix comment near f_rslem_suspend()

Change-Id: If6487065329a4fc44275999de1972f76ded06562
diff --git a/library/RSL_Emulation.ttcn b/library/RSL_Emulation.ttcn
index 618cf11..9cc77ba 100644
--- a/library/RSL_Emulation.ttcn
+++ b/library/RSL_Emulation.ttcn
@@ -684,7 +684,7 @@
 	}
 }
 
-/* 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}) {