Index: firmware/App/Services/FPGA.c =================================================================== diff -u -ra2bc96881a5fc3d8f779246b2abebf15a8de9384 -r42d74314fb54739936fb9d24d6245613cfab26a0 --- firmware/App/Services/FPGA.c (.../FPGA.c) (revision a2bc96881a5fc3d8f779246b2abebf15a8de9384) +++ firmware/App/Services/FPGA.c (.../FPGA.c) (revision 42d74314fb54739936fb9d24d6245613cfab26a0) @@ -641,7 +641,7 @@ fpgaCommRetryCount++; } - // Shouldn't be any data received at this time + // Should not be any data received at this time consumeUnexpectedData(); return result; @@ -688,7 +688,7 @@ // Set fpga comm flags for bulk write cmd and follow-up bulk read command fpgaWriteCommandInProgress = TRUE; fpgaBulkWriteAndReadInProgress = TRUE; - // Initiate bulk write command and it's receipt - read will follow + // Initiate bulk write command and its receipt - read will follow startDMAReceiptOfWriteResp(); startDMAWriteCmd(); @@ -750,7 +750,7 @@ fpgaCommRetryCount++; } - // Shouldn't be any data received at this time + // Should not be any data received at this time consumeUnexpectedData(); return result; @@ -833,7 +833,7 @@ fpgaCommRetryCount++; } - // Shouldn't be any data received at this time + // Should not be any data received at this time consumeUnexpectedData(); return result;