From c72516302c93f29a178492715ee95ba855d2f754 Mon Sep 17 00:00:00 2001 From: Gabriel Corona Date: Thu, 20 Mar 2014 09:33:31 +0100 Subject: [PATCH] [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. --- src/mc/mc_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.20.1