ir: event-types-internal.h: fix comment
[babeltrace.git] / 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.041064 seconds and 4 git commands to generate.