Skip to content

Commit 5affb3d

Browse files
committed
fix typo in mlir::Value
Fix #82900
1 parent ed35ad1 commit 5affb3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/IR/Value.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ class alignas(8) ValueImpl : public IRObjectWithUseList<OpOperand> {
9090
/// class has value-type semantics and is just a simple wrapper around a
9191
/// ValueImpl that is either owner by a block(in the case of a BlockArgument) or
9292
/// an Operation(in the case of an OpResult).
93-
/// As most IR construct, this isn't const-correct, but we keep method
93+
/// As most IR constructs, this isn't const-correct, but we keep method
9494
/// consistent and as such method that immediately modify this Value aren't
9595
/// marked `const` (include modifying the Value use-list).
9696
class Value {

0 commit comments

Comments
 (0)