From 45c68ad2b1665e0936bf28183cdd256f26c3f345 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Mon, 30 Apr 2018 15:38:10 +0200 Subject: [PATCH] isl_val_check_match_domain_space: update documentation This was missing from isl-0.18-232-g8cc322036c (isl_*_check_match_domain_space: return isl_stat, Tue Jan 24 23:06:42 2017 +0100). Signed-off-by: Sven Verdoolaege --- isl_val.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isl_val.c b/isl_val.c index 496bbd35..352ec8c8 100644 --- a/isl_val.c +++ b/isl_val.c @@ -1653,7 +1653,7 @@ isl_bool isl_val_matching_params(__isl_keep isl_val *v, * This function is only meant to be used in the generic isl_multi_* * functions which have to deal with base objects that have an associated * space. Since an isl_val does not have an associated space, this function - * simply returns 0, except if "v" or "space" are NULL. + * simply returns isl_stat_ok, except if "v" or "space" are NULL. */ isl_stat isl_val_check_match_domain_space(__isl_keep isl_val *v, __isl_keep isl_space *space) -- 2.11.4.GIT