ir: event-types-internal.h: fix comment
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Sat, 30 Jan 2016 06:29:39 +0000 (01:29 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 19 Feb 2016 20:14:59 +0000 (15:14 -0500)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
include/babeltrace/ctf-ir/event-types-internal.h

index d7a3c3b783d075dc870e5d2dfb0789c3c8b81355..ec114eb00369f8412f8d6b4f00dbc5dd058676d2 100644 (file)
@@ -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;
 };
 
This page took 0.025909 seconds and 4 git commands to generate.