From: Gabriel Corona Date: Fri, 29 May 2015 13:31:43 +0000 (+0200) Subject: [mc] Fix typo in e_mc_region_storage_type_t X-Git-Tag: v3_12~697 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/9aa56fcf0b5bca4428410cb58affa1ded43959a0 [mc] Fix typo in e_mc_region_storage_type_t --- diff --git a/src/mc/mc_snapshot.h b/src/mc/mc_snapshot.h index dcad55a368..9204ea668d 100644 --- a/src/mc/mc_snapshot.h +++ b/src/mc/mc_snapshot.h @@ -33,7 +33,7 @@ typedef enum e_mc_region_type_t { } mc_region_type_t; // TODO, use OO instead of this -typedef enum e_mc_region_storeage_type_t { +typedef enum e_mc_region_storage_type_t { MC_REGION_STORAGE_TYPE_NONE = 0, MC_REGION_STORAGE_TYPE_FLAT = 1, MC_REGION_STORAGE_TYPE_CHUNKED = 2,