diff --git a/mlir/include/mlir/IR/Builders.h b/mlir/include/mlir/IR/Builders.h --- a/mlir/include/mlir/IR/Builders.h +++ b/mlir/include/mlir/IR/Builders.h @@ -390,7 +390,7 @@ } /// Return the block the current insertion point belongs to. Note that the - /// the insertion point is not necessarily the end of the block. + /// insertion point is not necessarily the end of the block. Block *getInsertionBlock() const { return block; } /// Returns the current insertion point of the builder.