Index: firmware/App/Services/SystemComm.c =================================================================== diff -u -ra6e640d40956db614aca0abd2327e9e700dfd6cd -rc80e40e4402028b1c09357e78360bf61afff4e9b --- firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision a6e640d40956db614aca0abd2327e9e700dfd6cd) +++ firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision c80e40e4402028b1c09357e78360bf61afff4e9b) @@ -7,8 +7,8 @@ * * @file SystemComm.c * -* @author (last) Sean Nash -* @date (last) 12-Nov-2021 +* @author (last) Dara Navaei +* @date (last) 07-Dec-2021 * * @author (original) Dara Navaei * @date (original) 05-Nov-2019 @@ -56,7 +56,7 @@ #pragma pack(push, 1) -/// Record for transmitted message that is pending acknowledgement from receiver. +/// Record for transmitted message that is pending acknowledgment from receiver. typedef struct { BOOL used;