diff --git a/src/record_ts.h b/src/record_ts.h index 5791582f..68eef5ee 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; @@ -437,8 +437,8 @@ struct RecordThreadState : ThreadState { ~RecordThreadState() {} /** - * Adds an input of the recording. It adds the slot of that variable to - * the \ref Recording.inputs vector, and adds a index to it to the + * Adds an input of the frozen function. It adds the slot of that variable + * to the \ref Recording.inputs vector, and adds an index to it to the * ``inputs`` field in the Recording. This function should only be called as * part of the ``jitc_freeze_start`` function. */