From: suter Date: Wed, 13 Feb 2013 09:51:08 +0000 (+0100) Subject: word was missing, rephrase. X-Git-Tag: v3_9_90~494^2 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/8282175dc02662a4a07ea3cbd4462662a0943440 word was missing, rephrase. --- diff --git a/include/xbt/dynar.h b/include/xbt/dynar.h index 12cfb02c33..5f0a61517a 100644 --- a/include/xbt/dynar.h +++ b/include/xbt/dynar.h @@ -54,8 +54,8 @@ SG_BEGIN_DECL() * * Note that if you use dynars to store pointed data, the * xbt_dynar_search(), xbt_dynar_search_or_negative() and - * xbt_dynar_member() will not quite for you. Instead of comparing - * your pointed elements, they will compare the pointer to them. See + * xbt_dynar_member() won't be for you. Instead of comparing + * your pointed elements, they compare the pointer to them. See * the documentation of xbt_dynar_search() for more info. * */