From db8ef25397aadcc7fa3f960c48ba74118322924b Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Sat, 30 Jan 2016 01:29:39 -0500 Subject: [PATCH] ir: event-types-internal.h: fix comment MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Philippe Proulx Signed-off-by: Jérémie Galarneau --- include/babeltrace/ctf-ir/event-types-internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/babeltrace/ctf-ir/event-types-internal.h b/include/babeltrace/ctf-ir/event-types-internal.h index d7a3c3b7..ec114eb0 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; }; -- 2.34.1