[Mlir-commits] [mlir] [mlir] Fix typo in StandalonePasses.td filename (PR #161009)
Corbin Robeck
llvmlistbot at llvm.org
Sat Sep 27 08:00:31 PDT 2025
https://github.com/CRobeck created https://github.com/llvm/llvm-project/pull/161009
None
>From ea3ba9b641bbfaed17ec2cc9c754c384e3d33b8d Mon Sep 17 00:00:00 2001
From: Corbin Robeck <robeck at meta.com>
Date: Sat, 27 Sep 2025 11:00:03 -0400
Subject: [PATCH] Fix typo in StandalonePasses.td filename
---
mlir/examples/standalone/include/Standalone/StandalonePasses.td | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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