From adc3b3f624f1ce6362df58c3710e2ac116a39873 Mon Sep 17 00:00:00 2001 From: Tobias Grosser Date: Tue, 7 Jun 2011 16:15:14 -0300 Subject: [PATCH] Fix typo in comment. Signed-off-by: Tobias Grosser Signed-off-by: Sven Verdoolaege --- include/isl/ctx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/isl/ctx.h b/include/isl/ctx.h index 350be19d..c8081037 100644 --- a/include/isl/ctx.h +++ b/include/isl/ctx.h @@ -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; -- 2.11.4.GIT