Index: firmware/App/Controllers/Fans.c =================================================================== diff -u -rfeb93744f73bc0a3d58841bb02bd05c38357f35d -r2e4afce5a9fd0392b330461ed38322ecadd59aa1 --- firmware/App/Controllers/Fans.c (.../Fans.c) (revision feb93744f73bc0a3d58841bb02bd05c38357f35d) +++ firmware/App/Controllers/Fans.c (.../Fans.c) (revision 2e4afce5a9fd0392b330461ed38322ecadd59aa1) @@ -246,7 +246,7 @@ convertTogglePeriod2RPM(); - // Loop through all the fans to check their RPM. They should above the specified RPM + // Loop through all the fans to check their RPM. They should be above the specified RPM for( fan = FAN_INLET_1; fan < NUM_OF_FANS_NAMES; fan++ ) { if ( fansStatus.rpm[ fan ] < MIN_TARGET_RPM_IN_SELF_TEST )