From 4fff6843d27be3717b3c572e27b78ea259032a02 Mon Sep 17 00:00:00 2001 From: Max Base Date: Fri, 11 Aug 2023 00:26:42 +0100 Subject: [PATCH] Fix typo mistake and change whethe to whether --- src/tir/transforms/inject_virtual_thread.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tir/transforms/inject_virtual_thread.cc b/src/tir/transforms/inject_virtual_thread.cc index 953fdd067ec8..6fad8b378cd8 100644 --- a/src/tir/transforms/inject_virtual_thread.cc +++ b/src/tir/transforms/inject_virtual_thread.cc @@ -457,7 +457,7 @@ class VTInjector : public arith::IRMutatorWithAnalyzer { Var var_; // the threads/lanes int num_threads_; - // whethe the loop is already injected. + // whether the loop is already injected. bool vt_loop_injected_{false}; // whether current expression get touched. bool visit_touched_var_{false};