TimingData: update misleading comment

This commit is contained in:
Devin J. Pohly
2013-02-05 17:09:25 -05:00
parent 28708187c9
commit 4f7f4f4a51
+2 -2
View File
@@ -157,8 +157,8 @@ int TimingData::GetSegmentIndexAtRow(TimingSegmentType tst, int iRow ) const
}
}
return INVALID_INDEX; // this should not be reached. :(
// iRow is before the first segment of type tst
return INVALID_INDEX;
}
struct ts_less : binary_function <TimingSegment*, TimingSegment*, bool>