[Mlir-commits] [mlir] 371b3ca - [mlir] Fix typo in StandalonePasses.td doc string (#161009)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Sat Sep 27 08:12:07 PDT 2025


Author: Corbin Robeck
Date: 2025-09-27T15:12:03Z
New Revision: 371b3cae08c69b4991a4693ae69eeccab244bb52

URL: https://github.com/llvm/llvm-project/commit/371b3cae08c69b4991a4693ae69eeccab244bb52
DIFF: https://github.com/llvm/llvm-project/commit/371b3cae08c69b4991a4693ae69eeccab244bb52.diff

LOG: [mlir] Fix typo in StandalonePasses.td doc string (#161009)

Added: 
    

Modified: 
    mlir/examples/standalone/include/Standalone/StandalonePasses.td

Removed: 
    


################################################################################
diff  --git a/mlir/examples/standalone/include/Standalone/StandalonePasses.td b/mlir/examples/standalone/include/Standalone/StandalonePasses.td
index 4cb2be02e4a20..d5aad34f2f457 100644
--- a/mlir/examples/standalone/include/Standalone/StandalonePasses.td
+++ b/mlir/examples/standalone/include/Standalone/StandalonePasses.td
@@ -1,4 +1,4 @@
-//===- StandalonePsss.td - Standalone dialect passes -------*- tablegen -*-===//
+//===- StandalonePasses.td - Standalone dialect passes -------*- tablegen -*-===//
 //
 // This file is licensed under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.


        


More information about the Mlir-commits mailing list