diff --git a/mlir/include/mlir/IR/Types.h b/mlir/include/mlir/IR/Types.h --- a/mlir/include/mlir/IR/Types.h +++ b/mlir/include/mlir/IR/Types.h @@ -118,7 +118,7 @@ /// dynamic type casting. TypeID getTypeID() { return impl->getAbstractType().getTypeID(); } - /// Return the LLVMContext in which this type was uniqued. + /// Return the MLIRContext in which this type was uniqued. MLIRContext *getContext() const; /// Get the dialect this type is registered to.