CTF IR -> Trace IR
[babeltrace.git] / CONTRIBUTING.adoc
index f18f9b06d49517e739e575ad8ae20cb757942b35..bc6ff471ec403e22e6f2e1698ed35211eedee2f2 100644 (file)
@@ -69,9 +69,9 @@ node of the graph keeps all other reachable nodes alive.
 
 The scheme employed in Babeltrace to break this cycle consists in the
 "children" holding *reverse component references* to their parents. That
-is, in the context of CTF IR, that event classes hold a reference to
-their parent stream class and stream classes hold a reference to their
-parent trace.
+is, in the context of the trace IR, that event classes hold a reference
+to their parent stream class and stream classes hold a reference to
+their parent trace.
 
 On the other hand, parents hold *claiming aggregation references* to
 their children. A claiming aggregation reference means that the object
This page took 0.022947 seconds and 4 git commands to generate.