From 47edc76b70a0b2002c015b14859cf1e3700710be Mon Sep 17 00:00:00 2001 From: Tobias Grosser Date: Fri, 29 May 2015 18:14:44 +0200 Subject: [PATCH] Fix typo in isl_test.c Signed-off-by: Tobias Grosser Signed-off-by: Sven Verdoolaege --- isl_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isl_test.c b/isl_test.c index bf0004f9..4ec7deb5 100644 --- a/isl_test.c +++ b/isl_test.c @@ -5169,7 +5169,7 @@ static int test_ast_gen1(isl_ctx *ctx) } /* Check that the AST generator handles domains that are integrally disjoint - * but not ratinoally disjoint. + * but not rationally disjoint. */ static int test_ast_gen2(isl_ctx *ctx) { -- 2.11.4.GIT