From: Sven Verdoolaege Date: Mon, 1 Apr 2013 10:13:31 +0000 (+0200) Subject: isl_ast_codegen.c: fix typo in comment X-Git-Tag: isl-0.12~157 X-Git-Url: https://repo.or.cz/w/isl.git/commitdiff_plain/6342e917bf7dceadef08e4659c120d60b57161e3 isl_ast_codegen.c: fix typo in comment Signed-off-by: Sven Verdoolaege --- diff --git a/isl_ast_codegen.c b/isl_ast_codegen.c index d416142c..c5e9a39f 100644 --- a/isl_ast_codegen.c +++ b/isl_ast_codegen.c @@ -1834,7 +1834,7 @@ static __isl_give isl_ast_graft_list *generate_sorted_domains_part( * of domains that share some values of the outer dimensions. * That is, domains in different components do not share any values * of the outer dimensions. This means that these components - * can be freely reorderd. + * can be freely reordered. * Within each of the components, we sort the domains according * to the execution order at the current depth. *