From 6342e917bf7dceadef08e4659c120d60b57161e3 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Mon, 1 Apr 2013 12:13:31 +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 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. * -- 2.11.4.GIT