From: Gabriel Corona Date: Tue, 5 May 2015 13:56:38 +0000 (+0200) Subject: [mc] Fix typo X-Git-Tag: v3_12~732^2~9 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/21a114e269166ac0792cfa5fb78327a9064907dd [mc] Fix typo --- diff --git a/src/mc/mc_dwarf.cpp b/src/mc/mc_dwarf.cpp index 1133efac84..ea37410631 100644 --- a/src/mc/mc_dwarf.cpp +++ b/src/mc/mc_dwarf.cpp @@ -678,7 +678,7 @@ static dw_type_t MC_dwarf_die_to_type(mc_object_info_t info, Dwarf_Die * die, type->dw_type_id = MC_dwarf_at_type(die); - // Some compiler do not emit DW_AT_byte_size for pointer_type, + // Some compilers do not emit DW_AT_byte_size for pointer_type, // so we fill this. We currently assume that the model-checked process is in // the same architecture.. if (type->type == DW_TAG_pointer_type)