From 920545b7090e9abc782c42484d1321d1cb80dbcf Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 24 Aug 2022 15:24:57 +0200 Subject: [PATCH] comment typo fix --- linux/devices/ploc/PlocSupvHelper.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);