isl_range.c: fix typo in comment
authorSven Verdoolaege <skimo@kotnet.org>
Sun, 23 May 2010 14:30:42 +0000 (16:30 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sat, 12 Jun 2010 11:16:36 +0000 (13:16 +0200)
isl_range.c

index 348be48..70c7d5d 100644 (file)
@@ -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,