diff --git a/src/evm.h b/src/evm.h index 4e70f9f..89e6f88 100644 --- a/src/evm.h +++ b/src/evm.h @@ -34,8 +34,8 @@ enum EVM_CHECK_R check_evrsrm(BTPPacketIndication_t *bpi, EV_RSR_t *evrsrm, uint void* evcsn_service(); /** - * Analyses a VCM - * @param vcm The VCM to be analyzed + * Analyses a evm + * @param evm The evm to be analyzed * @return 0 on success, other value otherwise */ int evcsnm_check(EvcsnPdu_t* evcsnm);