From 0c76b48ef624c9a6179ecc529951c29181c08534 Mon Sep 17 00:00:00 2001 From: gilteixeira Date: Mon, 3 Apr 2023 19:03:32 +0100 Subject: [PATCH] fixed documentation --- src/evm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);