Index: NVDataMgmt.c =================================================================== diff -u -r10a4b77aae9fe7dddcdae980c40e3a6d8a47e50c -r3a71d163fd6e43cf999cc5e3f13f73afd4c01352 --- NVDataMgmt.c (.../NVDataMgmt.c) (revision 10a4b77aae9fe7dddcdae980c40e3a6d8a47e50c) +++ NVDataMgmt.c (.../NVDataMgmt.c) (revision 3a71d163fd6e43cf999cc5e3f13f73afd4c01352) @@ -1530,7 +1530,7 @@ *************************************************************************/ static U32 prepareReadLogJobAndGetStartAddress ( void ) { - // The write address is calculated using the next write index and is and offset from + // The read address is calculated using the next read index and is an offset from // the start of sector 1. Sectors 1,2, and 3 have been allocated for logging data U32 opsStartAddress = ( logRecord.logHeader.nextReadIndex * MAX_JOB_DATA_SIZE_BYTES ) + BANK7_SECTOR1_START_ADDRESS;