Fix typo in comment.
authorTobias Grosser <tobias@grosser.es>
Tue, 7 Jun 2011 19:15:14 +0000 (16:15 -0300)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 7 Jun 2011 19:36:03 +0000 (21:36 +0200)
Signed-off-by: Tobias Grosser <tobias@grosser.es>
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
include/isl/ctx.h

index 350be19..c808103 100644 (file)
@@ -55,7 +55,7 @@ extern "C" {
  * a NULL argument as a failure, resulting in the function freeing
  * the remaining structures (if any) and returning NULL itself
  * (in case of pointer return type).
- * The only exception is the isl_ctx argument, which shoud never be NULL.
+ * The only exception is the isl_ctx argument, which should never be NULL.
  */
 struct isl_stats {
        long    gbr_solved_lps;