[Mlir-commits] [mlir] 5c41a73 - Fix a small typo in a comment in MlitOptMain.cpp (NFC)

Mehdi Amini llvmlistbot at llvm.org
Mon Mar 13 10:15:34 PDT 2023


Author: Mehdi Amini
Date: 2023-03-13T18:15:27+01:00
New Revision: 5c41a7334db3426086dafe456f10738b7543b5d6

URL: https://github.com/llvm/llvm-project/commit/5c41a7334db3426086dafe456f10738b7543b5d6
DIFF: https://github.com/llvm/llvm-project/commit/5c41a7334db3426086dafe456f10738b7543b5d6.diff

LOG: Fix a small typo in a comment in MlitOptMain.cpp (NFC)

Added: 
    

Modified: 
    mlir/lib/Tools/mlir-opt/MlirOptMain.cpp

Removed: 
    


################################################################################
diff  --git a/mlir/lib/Tools/mlir-opt/MlirOptMain.cpp b/mlir/lib/Tools/mlir-opt/MlirOptMain.cpp
index a9d165b117b4..c9b1ae09ccbc 100644
--- a/mlir/lib/Tools/mlir-opt/MlirOptMain.cpp
+++ b/mlir/lib/Tools/mlir-opt/MlirOptMain.cpp
@@ -339,7 +339,7 @@ LogicalResult mlir::MlirOptMain(int argc, char **argv, llvm::StringRef toolName,
   MlirOptMainConfig config = MlirOptMainConfig::createFromCLOptions();
   config.preloadDialectsInContext(preloadDialectsInContext);
 
-  // When reading from stdin and the input is a tty, it is often a user mistak
+  // When reading from stdin and the input is a tty, it is often a user mistake
   // and the process "appears to be stuck". Print a message to let the user know
   // about it!
   if (inputFilename == "-" &&


        


More information about the Mlir-commits mailing list