Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
No need to repeat word.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Mon, 18 Nov 2013 22:51:30 +0000 (23:51 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Mon, 18 Nov 2013 22:51:30 +0000 (23:51 +0100)
include/simgrid/platf.h

index 7e0e3fe..6bf1cbe 100644 (file)
@@ -93,7 +93,7 @@ typedef xbt_dictelm_t sg_storage_t;
 static inline char* sg_storage_name(sg_storage_t storage) {
   return storage->key;
 }
 static inline char* sg_storage_name(sg_storage_t storage) {
   return storage->key;
 }
-/* Type for any simgrid size size  */
+/* Type for any simgrid size */
 typedef unsigned long long sg_size_t;
 
 /*
 typedef unsigned long long sg_size_t;
 
 /*