library/MGCP_Emulation: fix a copy-pasted comment

Change-Id: If068b653811c836f8e937a6f77d79d0c150c8e63
This commit is contained in:
Vadim Yanitskiy 2021-02-05 01:52:20 +01:00 committed by laforge
parent c52c258aea
commit c833465143
1 changed files with 1 additions and 1 deletions

View File

@ -455,7 +455,7 @@ function f_create_mgcp_expect(ExpectCriteria dest_number) runs on MGCP_ConnHdlr
}
}
/* 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:{?,?}) {};