Remove unneeded "will"s + minor fixes
[lttng-docs.git] / contents / using-lttng / instrumenting / c-application / building-linking / intro.md
index 3f48212cc86039dc6b37d5adeb00a24712d238f4..cb3ad60a5ae59c41f38e60f77371fd43f98607c9 100644 (file)
@@ -12,7 +12,7 @@ header file are useless until actually used to create probes code
 This is accomplished by defining `TRACEPOINT_CREATE_PROBES` in a translation
 unit and then including the tracepoint provider header file.
 When `TRACEPOINT_CREATE_PROBES` is defined, macros used and included by
-the tracepoint provider header will output actual source code needed by any
+the tracepoint provider header produce actual source code needed by any
 application using the defined tracepoints. Defining
 `TRACEPOINT_CREATE_PROBES` produces code used when registering
 tracepoint providers when the tracepoint provider package loads.
This page took 0.025779 seconds and 4 git commands to generate.