Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Fix documentation of the field 'full_type'
authorGabriel Corona <gabriel.corona@loria.fr>
Thu, 20 Mar 2014 08:33:31 +0000 (09:33 +0100)
committerGabriel Corona <gabriel.corona@loria.fr>
Thu, 20 Mar 2014 08:33:33 +0000 (09:33 +0100)
The field 'other_object_same_type' was changed into 'full_type' but
the description of the field was not changed accordingly.

src/mc/mc_private.h

index 1e2e0a9..60a173e 100644 (file)
@@ -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);