From: Gabriel Corona Date: Thu, 20 Mar 2014 08:33:31 +0000 (+0100) Subject: [mc] Fix documentation of the field 'full_type' X-Git-Tag: v3_11~199^2~2^2~5 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/c72516302c93f29a178492715ee95ba855d2f754 [mc] Fix documentation of the field 'full_type' The field 'other_object_same_type' was changed into 'full_type' but the description of the field was not changed accordingly. --- diff --git a/src/mc/mc_private.h b/src/mc/mc_private.h index 1e2e0a994b..60a173e946 100644 --- a/src/mc/mc_private.h +++ b/src/mc/mc_private.h @@ -421,7 +421,7 @@ struct s_dw_type{ int offset; dw_type_t subtype; // DW_AT_type - dw_type_t full_type; // The same (but more complete) type in the other object. + dw_type_t full_type; // The same (but more complete) type }; void* mc_member_resolve(const void* base, dw_type_t type, dw_type_t member, mc_snapshot_t snapshot);