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

Commit ef8768a

Browse files
author
Sven Verdoolaege
committed
schedule_transforms.h: fix typo in comment
1 parent 7a45810 commit ef8768a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tc/core/polyhedral/schedule_transforms.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ detail::ScheduleTree* bandScale(
113113
detail::ScheduleTree* tree,
114114
const std::vector<size_t>& scales);
115115

116-
// Update the top-level conext node by intersecting it with "context". The
116+
// Update the top-level context node by intersecting it with "context". The
117117
// top-level context node must be located directly under the root of the tree.
118118
// If there is no such node, insert one with universe context first.
119119
void updateTopLevelContext(detail::ScheduleTree* root, isl::set context);

0 commit comments

Comments
 (0)