This is an automated email from the ASF dual-hosted git repository.

mshr pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/main by this push:
     new 7edf17baa8 [Fix] Fix typo in file header comment (#18628)
7edf17baa8 is described below

commit 7edf17baa88b48a7f452bb3b9b46b2c9c3c817e5
Author: Henry Hsieh <[email protected]>
AuthorDate: Thu Jan 1 01:23:30 2026 +0800

    [Fix] Fix typo in file header comment (#18628)
    
    Correct misspelled filename in doxygen \file comment
---
 src/relax/analysis/layout_transformation.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/relax/analysis/layout_transformation.cc 
b/src/relax/analysis/layout_transformation.cc
index 5bd5568a93..c87d0891cc 100644
--- a/src/relax/analysis/layout_transformation.cc
+++ b/src/relax/analysis/layout_transformation.cc
@@ -18,7 +18,7 @@
  */
 
 /*!
- * \file relax/analysis/layout_transormation.cc
+ * \file relax/analysis/layout_transformation.cc
  * \brief Analyze the PrimFunc and suggest layout transformation on it's 
blocks and buffers based on
  * the user provided layout transformations on it's outputs.
  */

Reply via email to