[Mlir-commits] [mlir] df267fe - [mlir][EmitC] Correct comment (NFC)

Marius Brehler llvmlistbot at llvm.org
Wed Mar 6 04:48:12 PST 2024


Author: Marius Brehler
Date: 2024-03-06T12:46:29Z
New Revision: df267fe32759658bebd846f98fdf5db61312837d

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

LOG: [mlir][EmitC] Correct comment (NFC)

Added: 
    

Modified: 
    mlir/lib/Conversion/FuncToEmitC/FuncToEmitCPass.cpp

Removed: 
    


################################################################################
diff  --git a/mlir/lib/Conversion/FuncToEmitC/FuncToEmitCPass.cpp b/mlir/lib/Conversion/FuncToEmitC/FuncToEmitCPass.cpp
index 26d32e29bef8c7..0b97f2641ad08d 100644
--- a/mlir/lib/Conversion/FuncToEmitC/FuncToEmitCPass.cpp
+++ b/mlir/lib/Conversion/FuncToEmitC/FuncToEmitCPass.cpp
@@ -1,4 +1,4 @@
-//===- FuncToEmitC.cpp - Func to EmitC Pass ---------------------*- C++ -*-===//
+//===- FuncToEmitCPass.cpp - Func to EmitC Pass -----------------*- C++ -*-===//
 //
 // Part of the LLVM Project, 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