Index: firmware/App/Services/WatchdogMgmt.c =================================================================== diff -u -rac05209d7b6c65b22359754eced5ad2672d3092a -r78c03fb021407eaf8d17dd0f74f6969443b397ce --- firmware/App/Services/WatchdogMgmt.c (.../WatchdogMgmt.c) (revision ac05209d7b6c65b22359754eced5ad2672d3092a) +++ firmware/App/Services/WatchdogMgmt.c (.../WatchdogMgmt.c) (revision 78c03fb021407eaf8d17dd0f74f6969443b397ce) @@ -288,7 +288,7 @@ // pulse the watchdog signal toggleCPLDWatchdog(); - // remember when we last pet the watchdog + // Remember when we last pet the watchdog lastWatchdogPetTime = getMSTimerCount(); }