Comment update (#27)

Incredibly trivial update to comment noticed while reading code.
This commit is contained in:
Bob Jacobsen
2019-08-05 16:10:21 -05:00
committed by Alex Shepherd
parent e06f6b3bce
commit 462025b9fe

View File

@@ -1101,7 +1101,7 @@ void execDccProcessor( DCC_MSG * pDccMsg )
DccProcState.DuplicateCount = 0 ; DccProcState.DuplicateCount = 0 ;
memcpy( &DccProcState.LastMsg, pDccMsg, sizeof( DCC_MSG ) ) ; memcpy( &DccProcState.LastMsg, pDccMsg, sizeof( DCC_MSG ) ) ;
} }
// Wait until you see 2 identicle packets before acting on a Service Mode Packet // Wait until you see 2 identical packets before acting on a Service Mode Packet
else else
{ {
DccProcState.DuplicateCount++ ; DccProcState.DuplicateCount++ ;