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

Commit 14ad694

Browse files
author
Sven Verdoolaege
committed
schedule_transforms.cc: fix typo in comment
1 parent a106e7e commit 14ad694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tc/core/polyhedral/schedule_transforms.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ isl::union_map partialSchedule(
102102
}
103103

104104
namespace {
105-
// Get a set of domain elements that are active below
105+
// Get the set of domain elements that are active below
106106
// the given branch of nodes.
107107
//
108108
// Domain elements are introduced by the root domain node. Filter nodes

0 commit comments

Comments
 (0)