Small fixes to include/
[babeltrace.git] / include / babeltrace / lib-logging-internal.h
index a936488bb4c8b31db4830f8009d287c56255724e..ec8ce7f2e3b5074d4e9c4ea979f2d38ffc71aea8 100644 (file)
@@ -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 *`.
@@ -115,21 +115,21 @@ int bt_lib_log_level;
  *       Clock class. The parameter type is `struct bt_clock_class *`.
  *
  *   `k`:
- *       Clock value. The parameter type is `struct bt_clock_value *`.
+ *       Clock snapshot. The parameter type is `struct bt_clock_snapshot *`.
  *
  *   `v`:
  *       Value. The parameter type is `struct bt_value *`.
  *
  *   `n`:
- *       Notification. The parameter type is `struct bt_notification *`.
+ *       Message. The parameter type is `struct bt_message *`.
  *
  *   `i`:
- *       Notification iterator. The parameter type is
- *       `struct bt_notification_iterator *`.
+ *       Message iterator. The parameter type is
+ *       `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);
This page took 0.024581 seconds and 4 git commands to generate.