[PATCH] D157216: [polly] Fix typo in comment

Mehmet Eymen Ünay via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 6 04:22:25 PDT 2023


Eymay created this revision.
Herald added a reviewer: bollu.
Herald added a project: All.
Eymay requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D157216

Files:
  polly/lib/External/isl/isl_map_subtract.c


Index: polly/lib/External/isl/isl_map_subtract.c
===================================================================
--- polly/lib/External/isl/isl_map_subtract.c
+++ polly/lib/External/isl/isl_map_subtract.c
@@ -288,7 +288,7 @@
  * The difference is computed by a backtracking algorithm.
  * Each level corresponds to a basic map in "map".
  * When a node in entered for the first time, we check
- * if the corresonding basic map intersects the current piece
+ * if the corresponding basic map intersects the current piece
  * of "bmap".  If not, we move to the next level.
  * Otherwise, we split the current piece into as many
  * pieces as there are non-redundant constraints of the current


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157216.547554.patch
Type: text/x-patch
Size: 695 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230806/7986ab57/attachment.bin>


More information about the llvm-commits mailing list