isl_ast_codegen.c: fix typo in comment
authorSven Verdoolaege <skimo@kotnet.org>
Mon, 15 Apr 2013 20:08:53 +0000 (22:08 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 15 Apr 2013 20:24:38 +0000 (22:24 +0200)
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_ast_codegen.c

index c5e9a39..368d25f 100644 (file)
@@ -2284,7 +2284,7 @@ static __isl_give isl_basic_set_list *do_unroll(__isl_take isl_set *domain,
  *
  * "sep_class" contains the user-specified split into separation classes
  * specialized to the current depth.
- * "done" contains the union of th separation domains that have already
+ * "done" contains the union of the separation domains that have already
  * been handled.
  */
 struct isl_codegen_domains {