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

Commit 767eba6

Browse files
author
Sven Verdoolaege
committed
polyhedral/scop.h: fix typo in comment
1 parent 7139ccb commit 767eba6

File tree

1 file changed

+1
-1
lines changed
  • include/tc/core/polyhedral

1 file changed

+1
-1
lines changed

include/tc/core/polyhedral/scop.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ struct Scop {
421421
std::unordered_map<const Halide::Internal::IRNode*, isl::id> accesses;
422422
} halide;
423423

424-
// Poyhedral IR
424+
// Polyhedral IR
425425
//
426426
// The domain is collected from the root of the ScheduleTree; no redundant
427427
// state is kept.

0 commit comments

Comments
 (0)