From efd923e5742993cedafc1eeeb04cfad4ddf5cc8d Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Thu, 28 Mar 2019 14:37:41 -0400 Subject: [PATCH] lib-logging-internal.h: fix minor documentation mistakes Signed-off-by: Philippe Proulx --- include/babeltrace/lib-logging-internal.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/babeltrace/lib-logging-internal.h b/include/babeltrace/lib-logging-internal.h index 74d1cc09..ec8ce7f2 100644 --- a/include/babeltrace/lib-logging-internal.h +++ b/include/babeltrace/lib-logging-internal.h @@ -80,7 +80,7 @@ int bt_lib_log_level; * * `F`: * Trace IR field class. The parameter type is - * `structbt_field_class *`. + * `struct bt_field_class *`. * * `f`: * Trace IR field. The parameter type is `struct bt_field *`. @@ -128,8 +128,8 @@ int bt_lib_log_level; * `struct bt_message_iterator *`. * * `C`: - * Component class. The parameter type is `struct - * bt_component_class *`. + * Component class. The parameter type is + * `struct bt_component_class *`. * * `c`: * Component. The parameter type is `struct bt_component *`. @@ -161,7 +161,7 @@ int bt_lib_log_level; * * The string `, ` is printed between individual fields, but not after * the last one. Therefore you must put this separator in the format - * string between two Babeltrace objects, e.g.: + * string between two conversion specifiers, e.g.: * * BT_LIB_LOGW("Message: count=%u, %!E, %!+K", count, event_class, * clock_class); -- 2.34.1