lib: rename "notification" -> "message"
[babeltrace.git] / plugins / ctf / common / metadata / visitor-generate-ir.c
index 8196e5c163e38591b74bf81a3202abe6626ff5f1..08c1e03b32d1ab103149cbeeda877916c947fb45 100644 (file)
@@ -4713,7 +4713,7 @@ int visit_clock_decl(struct ctx *ctx, struct ctf_node *clock_node)
                /*
                 * Old versions of LTTng forgot to set its clock class
                 * as absolute, even if it is. This is important because
-                * it's a condition to be able to sort notifications
+                * it's a condition to be able to sort messages
                 * from different sources.
                 */
                bt_clock_class_set_is_absolute(clock, BT_TRUE);
This page took 0.023188 seconds and 4 git commands to generate.