Skip to content

Commit 238783b

Browse files
authored
fix typo
1 parent d832e01 commit 238783b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/IR/OperationSupport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ class OperationName {
248248
///
249249
/// 1. They can leave the operation alone and without changing the IR, and
250250
/// return failure.
251-
/// 2. They can mutate the operation in-place, without changing anything
251+
/// 2. They can mutate the operation in place, without changing anything
252252
/// else in the IR. In this case, return success.
253253
/// 3. They can return a list of existing values that can be used instead
254254
/// of the operation. In this case, fill in the results list and return

0 commit comments

Comments
 (0)