fixed a typo
This commit is contained in:
parent
e9c431cda9
commit
9438ff535b
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||
|
||||
|
|
Loading…
Reference in a new issue