[Mlir-commits] [mlir] 010b176 - [mlir][docs] Fix typo: even -> event

Jordan Rupprecht llvmlistbot at llvm.org
Fri Jan 29 09:17:12 PST 2021


Author: Jordan Rupprecht
Date: 2021-01-29T09:16:35-08:00
New Revision: 010b176cdefbf904d58dc92b9ed3d19df70dd2a5

URL: https://github.com/llvm/llvm-project/commit/010b176cdefbf904d58dc92b9ed3d19df70dd2a5
DIFF: https://github.com/llvm/llvm-project/commit/010b176cdefbf904d58dc92b9ed3d19df70dd2a5.diff

LOG: [mlir][docs] Fix typo: even -> event

Added: 
    

Modified: 
    mlir/docs/PassManagement.md

Removed: 
    


################################################################################
diff  --git a/mlir/docs/PassManagement.md b/mlir/docs/PassManagement.md
index 9b24e721da08..8fc7ff2f0ae1 100644
--- a/mlir/docs/PassManagement.md
+++ b/mlir/docs/PassManagement.md
@@ -1135,7 +1135,7 @@ func @simple_constant() -> (i32, i32) {
 ## Crash and Failure Reproduction
 
 The [pass manager](#pass-manager) in MLIR contains a builtin mechanism to
-generate reproducibles in the even of a crash, or a
+generate reproducibles in the event of a crash, or a
 [pass failure](#pass-failure). This functionality can be enabled via
 `PassManager::enableCrashReproducerGeneration` or via the command line flag
 `pass-pipeline-crash-reproducer`. In either case, an argument is provided that


        


More information about the Mlir-commits mailing list