From 765812e912d31af9fb4a18b8843543f93657bd45 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Mon, 30 Oct 2017 17:02:25 +0100 Subject: [PATCH] isl_union_map.c: fix typos in comments Signed-off-by: Sven Verdoolaege --- isl_union_map.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/isl_union_map.c b/isl_union_map.c index 02378a85..12059c32 100644 --- a/isl_union_map.c +++ b/isl_union_map.c @@ -3509,8 +3509,8 @@ static __isl_give isl_union_map *preimage_union_pw_multi_aff( * In other words, plug in "upma" in the domain of "umap". * The result contains maps that live in the same spaces as the maps of "umap" * with domain space equal to one of the target spaces of "upma", - * except that the domain has been replaced by one of the the domain spaces that - * corresponds to that target space of "upma". + * except that the domain has been replaced by one of the domain spaces that + * correspond to that target space of "upma". */ __isl_give isl_union_map *isl_union_map_preimage_domain_union_pw_multi_aff( __isl_take isl_union_map *umap, @@ -3525,8 +3525,8 @@ __isl_give isl_union_map *isl_union_map_preimage_domain_union_pw_multi_aff( * In other words, plug in "upma" in the range of "umap". * The result contains maps that live in the same spaces as the maps of "umap" * with range space equal to one of the target spaces of "upma", - * except that the range has been replaced by one of the the domain spaces that - * corresponds to that target space of "upma". + * except that the range has been replaced by one of the domain spaces that + * correspond to that target space of "upma". */ __isl_give isl_union_map *isl_union_map_preimage_range_union_pw_multi_aff( __isl_take isl_union_map *umap, @@ -3540,8 +3540,8 @@ __isl_give isl_union_map *isl_union_map_preimage_range_union_pw_multi_aff( * In other words, plug in "upma" in the range of "uset". * The result contains sets that live in the same spaces as the sets of "uset" * with space equal to one of the target spaces of "upma", - * except that the space has been replaced by one of the the domain spaces that - * corresponds to that target space of "upma". + * except that the space has been replaced by one of the domain spaces that + * correspond to that target space of "upma". */ __isl_give isl_union_set *isl_union_set_preimage_union_pw_multi_aff( __isl_take isl_union_set *uset, -- 2.11.4.GIT