fixed a typo

This commit is contained in:
Volker Fischer 2014-07-15 19:22:08 +00:00
parent e9c431cda9
commit 9438ff535b

View file

@ -1956,7 +1956,7 @@ bool CProtocol::ParseMessageFrame ( const CVector<uint8_t>& 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 );