Index: Utilities.c =================================================================== diff -u -r0fa979f4bd07d33ae5190c53f48511fbbaf5031f -rbe82a1c66a83e49efdf3ddbc288ae8560d678cc2 --- Utilities.c (.../Utilities.c) (revision 0fa979f4bd07d33ae5190c53f48511fbbaf5031f) +++ Utilities.c (.../Utilities.c) (revision be82a1c66a83e49efdf3ddbc288ae8560d678cc2) @@ -247,7 +247,7 @@ if ( ( cnt < NUM_OF_TIME_WINDOWED_COUNTS ) && ( TRUE == timeWindowedCountsInitialized[ cnt ] ) ) { - // replace timestamp of oldest instance in list with this new one + // Replace timestamp of oldest instance in list with this new one timeWindowedCounts[ cnt ][ timeWindowedCountIndexes[ cnt ] ] = getMSTimerCount(); // move index to next position in list (may wrap) timeWindowedCountIndexes[ cnt ] = INC_WRAP( timeWindowedCountIndexes[ cnt ], 0, timeWindowedCountsMaxCount[ cnt ] - 1 );