Skip to content

Commit 010b176

Browse files
committed
[mlir][docs] Fix typo: even -> event
1 parent 9b64e0e commit 010b176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/docs/PassManagement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1135,7 +1135,7 @@ func @simple_constant() -> (i32, i32) {
11351135
## Crash and Failure Reproduction
11361136

11371137
The [pass manager](#pass-manager) in MLIR contains a builtin mechanism to
1138-
generate reproducibles in the even of a crash, or a
1138+
generate reproducibles in the event of a crash, or a
11391139
[pass failure](#pass-failure). This functionality can be enabled via
11401140
`PassManager::enableCrashReproducerGeneration` or via the command line flag
11411141
`pass-pipeline-crash-reproducer`. In either case, an argument is provided that

0 commit comments

Comments
 (0)