diff --git a/src/chromsweep/chromsweep.cpp b/src/chromsweep/chromsweep.cpp index ce912f4b5981bf4ad26039afbcdf8876dd45cece..88af1a800a8fe95959d1cdee2d1e3fdb352fd71b 100644 --- a/src/chromsweep/chromsweep.cpp +++ b/src/chromsweep/chromsweep.cpp @@ -168,7 +168,7 @@ void ChromSweep::Sweep() { db_cache.push_back(curr_db); db_status = _bedB->GetNextBed(curr_db, db_lineNum); } - // report the hits for this query and reset for the next. + // report the hits for this query and reset for the next query ReportHits(curr_qy, hits); hits.clear(); qy_status = _bedA->GetNextBed(curr_qy, qy_lineNum);