[Mlir-commits] [mlir] e21d52a - [mlir] Remove double 'the' in comment (NFC)
Jacques Pienaar
llvmlistbot at llvm.org
Fri Dec 9 14:51:43 PST 2022
Author: SaeHie Park
Date: 2022-12-09T14:51:36-08:00
New Revision: e21d52a88d07d33ddd30d97fe0bbc1049baf3a28
URL: https://github.com/llvm/llvm-project/commit/e21d52a88d07d33ddd30d97fe0bbc1049baf3a28
DIFF: https://github.com/llvm/llvm-project/commit/e21d52a88d07d33ddd30d97fe0bbc1049baf3a28.diff
LOG: [mlir] Remove double 'the' in comment (NFC)
Remove the double 'the' in the comment for 'getInsertionBlock()'.
Reviewed By: jpienaar, rriddle
Differential Revision: https://reviews.llvm.org/D139605
Added:
Modified:
mlir/include/mlir/IR/Builders.h
Removed:
################################################################################
diff --git a/mlir/include/mlir/IR/Builders.h b/mlir/include/mlir/IR/Builders.h
index f22293cab2213..834be92aeac08 100644
--- a/mlir/include/mlir/IR/Builders.h
+++ b/mlir/include/mlir/IR/Builders.h
@@ -390,7 +390,7 @@ class OpBuilder : public Builder {
}
/// 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.
More information about the Mlir-commits
mailing list