library/MGCP_Emulation: fix a copy-pasted comment

Change-Id: If068b653811c836f8e937a6f77d79d0c150c8e63
diff --git a/library/MGCP_Emulation.ttcn b/library/MGCP_Emulation.ttcn
index 494b171..8ccc085 100644
--- a/library/MGCP_Emulation.ttcn
+++ b/library/MGCP_Emulation.ttcn
@@ -455,7 +455,7 @@
 	}
 }
 
-/* client/conn_hdlr side function to use procedure port to create expect in emulation */
+/* client/conn_hdlr side function to use procedure port to delete expect in emulation */
 function f_create_mgcp_delete_ep(MgcpEndpoint ep) runs on MGCP_ConnHdlr {
 	MGCP_PROC.call(MGCPEM_delete_ep:{ep, self}) {
 		[] MGCP_PROC.getreply(MGCPEM_delete_ep:{?,?}) {};