diff --git a/clients/drcachesim/scheduler/scheduler.h b/clients/drcachesim/scheduler/scheduler.h index c18bcf11cf1..3e3b6aabc5c 100644 --- a/clients/drcachesim/scheduler/scheduler.h +++ b/clients/drcachesim/scheduler/scheduler.h @@ -220,10 +220,10 @@ template class scheduler_tmpl_t { * though the input were constructed by concatenating these ranges together. A * #TRACE_MARKER_TYPE_WINDOW_ID marker is inserted between * ranges (with a value equal to the range ordinal) to notify the client of the - * discontinuity (but not before the first range nor between back-to-back regions - * with no separation), with a #dynamorio::drmemtrace::TRACE_TYPE_THREAD_EXIT - * record inserted after the final range. These ranges must be non-overlapping - * and in increasing order. + * discontinuity. This marker is inserted between back-to-back regions with no + * separation, but it is not inserted prior to the first range. A + * #dynamorio::drmemtrace::TRACE_TYPE_THREAD_EXIT record is inserted after the + * final range. These ranges must be non-overlapping and in increasing order. */ std::vector regions_of_interest; };