From ea3ba9b641bbfaed17ec2cc9c754c384e3d33b8d Mon Sep 17 00:00:00 2001 From: Corbin Robeck 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.