Index: firmware/App/Controllers/BloodLeak.c =================================================================== diff -u -r14d1cffaeeebd5729f5c05c21b9eb1ac414b4750 -re86b330049966e34035f03496e40f22e6bd4e5a9 --- firmware/App/Controllers/BloodLeak.c (.../BloodLeak.c) (revision 14d1cffaeeebd5729f5c05c21b9eb1ac414b4750) +++ firmware/App/Controllers/BloodLeak.c (.../BloodLeak.c) (revision e86b330049966e34035f03496e40f22e6bd4e5a9) @@ -691,7 +691,7 @@ // Pass self-test if entire sequence was successful if ( FALSE == hasCmdSqncFailed ) { - // Done with the commands, request a fresh intensity read to check it range + // Done with the commands, request a fresh intensity read to check its range enqueueEmbModeCmd( I_EMB_MODE_CMD ); state = BLOOD_LEAK_VERIFY_INTENSITY_AFTER_ZEROING_STATE; }