diff --git a/linux/devices/ploc/PlocSupvHelper.h b/linux/devices/ploc/PlocSupvHelper.h index c79af01f..fb585e12 100644 --- a/linux/devices/ploc/PlocSupvHelper.h +++ b/linux/devices/ploc/PlocSupvHelper.h @@ -89,13 +89,13 @@ class PlocSupvHelper : public SystemObject, public ExecutableObjectIF, public Ha //! P2: Apid of command for which the reception of the execution report failed static const Event EXE_RECEPTION_FAILURE = MAKE_EVENT(26, severity::LOW); //! [EXPORT] : [COMMENT] Update procedure failed when sending packet. - //! P1: First byte percent, Third and Fourht bytes Sequence Count, P2: Bytes written + //! P1: First byte percent, third and fourth byte Sequence Count, P2: Bytes written static const Event WRITE_MEMORY_FAILED = MAKE_EVENT(27, severity::LOW); static const Event SUPV_REPLY_SIZE_MISSMATCH = MAKE_EVENT(28, severity::LOW); static const Event SUPV_REPLY_CRC_MISSMATCH = MAKE_EVENT(29, severity::LOW); //! [EXPORT] : [COMMENT] Will be triggered every 5 percent of the update progress. - //! P1: First byte percent, Third and Fourht bytes Sequence Count, P2: Bytes written + //! P1: First byte percent, third and fourth byte Sequence Count, P2: Bytes written static constexpr Event SUPV_UPDATE_PROGRESS = MAKE_EVENT(30, severity::INFO); PlocSupvHelper(object_id_t objectId);