Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
word was missing, rephrase.
authorsuter <frederic.suter@cc.in2p3.fr>
Wed, 13 Feb 2013 09:51:08 +0000 (10:51 +0100)
committersuter <frederic.suter@cc.in2p3.fr>
Wed, 13 Feb 2013 09:51:08 +0000 (10:51 +0100)
include/xbt/dynar.h

index 12cfb02..5f0a615 100644 (file)
@@ -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.
   * 
   */