From b9a5051629080ed3ecd90b047e2d28ce8b44317b Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Sun, 23 May 2010 16:30:42 +0200 Subject: [PATCH] isl_range.c: fix typo in comment --- isl_range.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isl_range.c b/isl_range.c index 348be488..70c7d5da 100644 --- a/isl_range.c +++ b/isl_range.c @@ -241,7 +241,7 @@ error: return NULL; } -/* Helper function to add a guarder polynomial to either pwf_exact or pwf, +/* Helper function to add a guarded polynomial to either pwf_exact or pwf, * depending on whether the result has been determined to be exact. */ static int add_guarded_poly(__isl_take isl_basic_set *bset, -- 2.11.4.GIT