Remove unneeded "will"s + minor fixes
[lttng-docs.git] / contents / using-lttng / instrumenting / c-application / using-tracepoint-classes.md
index ba872b4de5eff372bb579a8c053d711021d964b5..b6d4fc303c19fb7a4c4402e44450b722f1e071ea 100644 (file)
@@ -18,7 +18,7 @@ your situation requires multiple tracepoints with different names, but
 with the same fields layout, the best practice is to manually create
 a tracepoint class and instantiate as many tracepoint instances as
 needed. One positive effect of such a design, amongst other advantages,
-is that all tracepoint instances of the same tracepoint class will
+is that all tracepoint instances of the same tracepoint class
 reuse the same serialization function, thus reducing cache pollution.
 
 As an example, here are three tracepoint definitions as we know them:
This page took 0.022181 seconds and 4 git commands to generate.