From 95888826413ff68dc847acbb11e9c66ead5d5f89 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Mon, 18 Nov 2013 23:51:30 +0100 Subject: [PATCH] No need to repeat word. --- include/simgrid/platf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/simgrid/platf.h b/include/simgrid/platf.h index 7e0e3fe02d..6bf1cbec28 100644 --- a/include/simgrid/platf.h +++ b/include/simgrid/platf.h @@ -93,7 +93,7 @@ typedef xbt_dictelm_t sg_storage_t; 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; /* -- 2.20.1