Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Commit 07f632e

Browse files
author
Sven Verdoolaege
committed
mapped_scop.cc: fix typo in comment
1 parent 9b950da commit 07f632e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tc/core/polyhedral/cuda/mapped_scop.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ void fixThreadsBelowFilter(
176176

177177
for (size_t i = begin; i < end; ++i) {
178178
if (mapping::ThreadId::makeId(i) == mapping::ThreadId::x()) {
179-
// Mapping happend below filterTree, so we need points active for its
179+
// Mapping happened below filterTree, so we need points active for its
180180
// children. After insertion, filterTree is guaranteed to have at least
181181
// one child.
182182
mscop.threadIdxXScheduleDepthState.emplace_back(std::make_pair(

0 commit comments

Comments
 (0)