Skip to content

Commit 326f8e7

Browse files
authored
Fix typo mistake and change whethe to whether (#15525)
1 parent 624f8a7 commit 326f8e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tir/transforms/inject_virtual_thread.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ class VTInjector : public arith::IRMutatorWithAnalyzer {
457457
Var var_;
458458
// the threads/lanes
459459
int num_threads_;
460-
// whethe the loop is already injected.
460+
// whether the loop is already injected.
461461
bool vt_loop_injected_{false};
462462
// whether current expression get touched.
463463
bool visit_touched_var_{false};

0 commit comments

Comments
 (0)