Skip to content

Commit f7a9966

Browse files
authored
Fix typo in mlir::Value doxygen comment (#83150)
Fix #82900
1 parent c6fa71c commit f7a9966

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)