From 462025b9fe1fd980f4f20a6aec9e1a1199e40e59 Mon Sep 17 00:00:00 2001 From: Bob Jacobsen Date: Mon, 5 Aug 2019 16:10:21 -0500 Subject: [PATCH] Comment update (#27) Incredibly trivial update to comment noticed while reading code. --- NmraDcc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NmraDcc.cpp b/NmraDcc.cpp index 4034f53..9e0295c 100644 --- a/NmraDcc.cpp +++ b/NmraDcc.cpp @@ -1101,7 +1101,7 @@ void execDccProcessor( DCC_MSG * pDccMsg ) DccProcState.DuplicateCount = 0 ; 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 { DccProcState.DuplicateCount++ ;