X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Flib-logging-internal.h;h=4ca610997df6bf31a38f6080493eddd443b25f0a;hb=5cd6d0e5fa67c2bdd21dc153313618260595d7bc;hp=6e04f9a25a91af218a656c8530aa8b391c7e5ef4;hpb=56e18c4ce186892c36d7f2cb5078087425e60134;p=babeltrace.git diff --git a/include/babeltrace/lib-logging-internal.h b/include/babeltrace/lib-logging-internal.h index 6e04f9a2..4ca61099 100644 --- a/include/babeltrace/lib-logging-internal.h +++ b/include/babeltrace/lib-logging-internal.h @@ -79,8 +79,8 @@ int bt_lib_log_level; * The available format specifiers are: * * `F`: - * Trace IR field type. The parameter type is `struct - * bt_field_type *`. + * Trace IR field class. The parameter type is + * `structbt_field_class *`. * * `f`: * Trace IR field. The parameter type is `struct bt_field *`. @@ -89,15 +89,15 @@ int bt_lib_log_level; * Field path. The parameter type is `struct bt_field_path *`. * * `E`: - * Trace IR event class. The parameter type is `struct - * bt_event_class *`. + * Trace IR event class. The parameter type is + * `struct bt_event_class *`. * * `e`: * Trace IR event. The parameter type is `struct bt_event *`. * * `S`: - * Trace IR stream class. The parameter type is `struct - * bt_stream_class *`. + * Trace IR stream class. The parameter type is + * `struct bt_stream_class *`. * * `s`: * Trace IR stream. The parameter type is `struct bt_stream *`.