Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : add or remove debug information
[simgrid.git] / src / xbt / dynar.c
index b5468e3..6422e53 100644 (file)
@@ -331,7 +331,7 @@ XBT_INLINE unsigned long xbt_dynar_length(const xbt_dynar_t dynar)
   return (dynar ? (unsigned long) dynar->used : (unsigned long) 0);
 }
 
-/**@brief check if a dynar is empty
+ /**@brief check if a dynar is empty
  *
  *\param dynar the dynat we want to check
  */