Fix grammar in "Tracing your own user application"
[lttng-docs.git] / contents / getting-started / tracing-your-own-user-application.md
index 95d2f37824033fff0ee87a7b5eef843e292ec57f..9ac0ba5275ddcc129a3a2a5b9c24e2d6c0294e21 100644 (file)
@@ -10,7 +10,7 @@ Make sure the LTTng-tools and LTTng-UST packages
 [are installed](#doc-installing-lttng).
 
 Tracing is just like having `printf()` calls at specific locations of
-your source code, albeit LTTng is much more faster and flexible than
+your source code, albeit LTTng is much faster and more flexible than
 `printf()`. In the LTTng realm, **`tracepoint()`** is analogous to
 `printf()`.
 
@@ -154,6 +154,9 @@ Here's the whole build process:
 
 <figure class="img img-100">
 <img src="/images/docs26/ust-flow.png" alt="User space tracing's build process">
+<figcaption>
+    User space tracing build process
+</figcaption>
 </figure>
 
 If you followed the
This page took 0.022915 seconds and 4 git commands to generate.