Skip to content

Commit

Permalink
i#6844 skip-to-time: Fix typos in drmemtrace docs (#6850)
Browse files Browse the repository at this point in the history
Fixes two misspellings of "timestamp" in the docs for the new
times_of_interest drmemtrace scheduler feature.

Issue: #6844
  • Loading branch information
derekbruening authored Jun 20, 2024
1 parent e11cb67 commit 0fb958e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clients/drcachesim/scheduler/scheduler.h
Original file line number Diff line number Diff line change
Expand Up @@ -182,11 +182,11 @@ template <typename RecordType, typename ReaderType> class scheduler_tmpl_t {
{
}
/**
* The starting time in the microsecond timstamp units in the trace.
* The starting time in the microsecond timestamp units in the trace.
*/
uint64_t start_timestamp;
/**
* The ending time in the microsecond timstamp units in the trace.
* The ending time in the microsecond timestamp units in the trace.
* The ending time is inclusive. 0 means the end of the trace.
*/
uint64_t stop_timestamp;
Expand Down

0 comments on commit 0fb958e

Please sign in to comment.