Index: firmware/App/Controllers/ROPump.c =================================================================== diff -u -r26929d4f3960103a83d939cc5aa197e5e8c00a86 -r0c1f66a170a3a0a4324fa1a3c3bfb4c7f77139b5 --- firmware/App/Controllers/ROPump.c (.../ROPump.c) (revision 26929d4f3960103a83d939cc5aa197e5e8c00a86) +++ firmware/App/Controllers/ROPump.c (.../ROPump.c) (revision 0c1f66a170a3a0a4324fa1a3c3bfb4c7f77139b5) @@ -600,7 +600,7 @@ if ( flowRateDeviation < ROP_FLOW_TARGET_TOLERANCE ) { F32 const avgPressure = roPumpPressureRunningSum / flowVerificationCounter; - // If the flow has been achieved without reaching to the maximum pressure, set the new pressure + // If the flow has been achieved without reaching the maximum pressure, set the new pressure // otherwise, stay with the maximum allowed pressure as target pressure if ( avgPressure < getTargetROPumpPressure() ) {