diff --git a/src/record_ts.h b/src/record_ts.h index 5791582f..11af7725 100644 --- a/src/record_ts.h +++ b/src/record_ts.h @@ -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;