From 327cec38b7e286351666bdd8e213d0f174828f8f Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Mon, 23 Jan 2017 14:29:17 +0100 Subject: [PATCH] isl_aff.c: fix typo in comment Signed-off-by: Sven Verdoolaege --- isl_aff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isl_aff.c b/isl_aff.c index 561dd999..bb1696bd 100644 --- a/isl_aff.c +++ b/isl_aff.c @@ -401,7 +401,7 @@ __isl_give isl_aff *isl_aff_reset_space_and_domain(__isl_take isl_aff *aff, } /* Reorder the coefficients of the affine expression based - * on the given reodering. + * on the given reordering. * The reordering r is assumed to have been extended with the local * variables. */ -- 2.11.4.GIT