diff --git a/src/protocol.cpp b/src/protocol.cpp index 120c64e7..b1dd22b9 100755 --- a/src/protocol.cpp +++ b/src/protocol.cpp @@ -1956,7 +1956,7 @@ bool CProtocol::ParseMessageFrame ( const CVector& vecbyData, // Extract actual data ----------------------------------------------------- // TODO this memory allocation is done in the real time thread but should be -// done in the low prioirity protocol management thread +// done in the low priority protocol management thread vecbyMesBodyData.Init ( iLenBy );