library/RSL_Emulation: fix comments near f_cid_{create,delete}_cnr()

Change-Id: I0fde6ea9c7e549d9cf9f6ce2a8e4e702df313b27
diff --git a/library/RSL_Emulation.ttcn b/library/RSL_Emulation.ttcn
index 4d6ace2..ffd60a7 100644
--- a/library/RSL_Emulation.ttcn
+++ b/library/RSL_Emulation.ttcn
@@ -229,7 +229,7 @@
 	testcase.stop("No free entry in conn table for ", ra, fn);
 }
 
-/* create an ew client with given RA and FN */
+/* create a new client with given RA and FN */
 private function f_cid_create_cnr(uint8_t trx_nr, RslChannelNr chan_nr,  RSL_DchanHdlr comp_ref)
 runs on RSL_Emulation_CT {
 	var integer i;
@@ -247,7 +247,7 @@
 }
 
 
-/* create an ew client with given RA and FN */
+/* delete client with given RA and FN */
 private function f_cid_delete_cnr(IpaStreamId stream_id, RslChannelNr chan_nr,  RSL_DchanHdlr comp_ref)
 runs on RSL_Emulation_CT return integer {
 	var integer i;