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

Commit 8165489

Browse files
author
Sven Verdoolaege
committed
halide2isl.cc: fix typo in comment
1 parent ef8768a commit 8165489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tc/core/halide2isl.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ inline std::vector<isl::aff> combineSingleAffs(
153153
* upper bounds
154154
* x < min(a,b) <=> x < a AND x < b.
155155
* Arguments "allowMin" and "allowMax" control whether Min and Max operations,
156-
* respecitvely, are allowed to be present in the expression. Note that they
156+
* respectively, are allowed to be present in the expression. Note that they
157157
* can only appear before any other operation and cannot appear together in an
158158
* expression.
159159
* If a Halide expression cannot be converted into a list of affine expressions,

0 commit comments

Comments
 (0)