diff --git a/third_party/mlir/lib/Pass/Pass.cpp b/third_party/mlir/lib/Pass/Pass.cpp index a195bb0c0c8..6d8e230eeec 100644 --- a/third_party/mlir/lib/Pass/Pass.cpp +++ b/third_party/mlir/lib/Pass/Pass.cpp @@ -533,7 +533,7 @@ static LogicalResult runWithCrashRecovery(OpPassManager &pm, outputFile->keep(); return reproducerModule->emitError() - << "A crash has been detected while processing the MLIR module, a " + << "A failure has been detected while processing the MLIR module, a " "reproducer has been generated in '" << crashReproducerFileName << "'"; }