Skip to content

Commit

Permalink
Fixed reference to record_ts.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
DoeringChristian committed Dec 4, 2024
1 parent b808415 commit 6473a75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/record_ts.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ extern const char *op_type_name[(int) OpType::Count];

/**
* Represents an operation that was recorded by a \ref RecordThreadState. To
* record and operation, we refer to the `reduce_dot` example at the top of this
* file.
* record and operation, we refer to the `reduce_dot` example at the top of the
* record_ts.cpp file.
*/
struct Operation {
OpType type;
Expand Down

0 comments on commit 6473a75

Please sign in to comment.