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

Commit 26277ce

Browse files
author
Sven Verdoolaege
committed
schedule_transforms.h: fix typo in comment
1 parent 4a95498 commit 26277ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tc/core/polyhedral/schedule_transforms.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ detail::ScheduleTree* joinBandsIterative(
6464
detail::ScheduleTree* tree,
6565
bool permutable = false);
6666

67-
// Split tree rooted under relativeRoot two nested trees, one with the first
68-
// "pos" dimensions and one with the remaining dimensions.
67+
// Split tree rooted under relativeRoot into two nested trees,
68+
// one with the first "pos" dimensions and one with the remaining dimensions.
6969
// The schedules of the two bands live in anonymous spaces.
7070
// This updates the current ScheduleTree and returns it so we can chain
7171
// expressions.

0 commit comments

Comments
 (0)