From: Philippe Proulx Date: Sat, 30 Jan 2016 06:29:39 +0000 (-0500) Subject: ir: event-types-internal.h: fix comment X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=db8ef25397aadcc7fa3f960c48ba74118322924b;p=deliverable%2Fbabeltrace.git ir: event-types-internal.h: fix comment Signed-off-by: Philippe Proulx Signed-off-by: Jérémie Galarneau --- diff --git a/include/babeltrace/ctf-ir/event-types-internal.h b/include/babeltrace/ctf-ir/event-types-internal.h index d7a3c3b78..ec114eb00 100644 --- a/include/babeltrace/ctf-ir/event-types-internal.h +++ b/include/babeltrace/ctf-ir/event-types-internal.h @@ -103,7 +103,7 @@ struct enumeration_mapping { struct bt_ctf_field_type_enumeration { struct bt_ctf_field_type parent; struct bt_ctf_field_type *container; - GPtrArray *entries; /* Array of pointers to struct enum_mapping */ + GPtrArray *entries; /* Array of ptrs to struct enumeration_mapping */ struct declaration_enum declaration; };