From 34ed7edf9fcb583adb0be233e396ba92c58ad2be Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Mon, 15 Apr 2013 22:08:53 +0200 Subject: [PATCH] isl_ast_codegen.c: fix typo in comment Signed-off-by: Sven Verdoolaege --- isl_ast_codegen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isl_ast_codegen.c b/isl_ast_codegen.c index c5e9a39..368d25f 100644 --- a/isl_ast_codegen.c +++ b/isl_ast_codegen.c @@ -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 { -- 2.7.4