Index: firmware/App/Controllers/BalancingChamber.c =================================================================== diff -u -r5126b79e4970ffe2ed9db4cccea18a1216c78570 -r5422509f9d8db102b62952ba9f5923e832d6b2fa --- firmware/App/Controllers/BalancingChamber.c (.../BalancingChamber.c) (revision 5126b79e4970ffe2ed9db4cccea18a1216c78570) +++ firmware/App/Controllers/BalancingChamber.c (.../BalancingChamber.c) (revision 5422509f9d8db102b62952ba9f5923e832d6b2fa) @@ -502,7 +502,7 @@ } else if ( TRUE != isPressureStalbilizedDuringFill ) { - // Alarm when switching time expired, but still pressure not in range to indicate fill is complete. + // Alarm when switching time expired, but still pressure not in range which indicates fill is not yet completed. SET_ALARM_WITH_2_F32_DATA( ALARM_ID_DD_BC_STATE1_FILL_END_PRESSURE_OUT_OF_RANGE, freshDialPressure, spentDialPressure ); } else @@ -633,7 +633,7 @@ } else if ( TRUE != isPressureStalbilizedDuringFill ) { - // Alarm when switching time expired, but still pressure not in range to indicate fill is complete. + // Alarm when switching time expired, but still pressure not in range which indicates fill is not completed. SET_ALARM_WITH_2_F32_DATA( ALARM_ID_DD_BC_STATE2_FILL_END_PRESSURE_OUT_OF_RANGE, freshDialPressure, spentDialPressure ); } else