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

Commit 0a938a8

Browse files
author
Sven Verdoolaege
committed
schedule_isl_conversion.cc: fix typo in comment
1 parent 67b5056 commit 0a938a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tc/core/polyhedral/schedule_isl_conversion.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ bool refersToUndefinedParameters(
368368
return false;
369369
}
370370

371-
// If space uses some parameters that are not avaialbe in paramSpace,
371+
// If space uses some parameters that are not available in paramSpace,
372372
// they will be introduced into paramSpace, making its dimension larger.
373373
auto definedParams = paramSpace.dim(isl::dim_type::param);
374374
paramSpace = paramSpace.align_params(space);

0 commit comments

Comments
 (0)