From: Antoine Busque Date: Fri, 24 Apr 2015 21:41:37 +0000 (-0400) Subject: Fix grammar in "Tracing your own user application" X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=069b906156258cb6dbae8981b731e27071744ace;p=lttng-docs.git Fix grammar in "Tracing your own user application" --- diff --git a/contents/getting-started/tracing-your-own-user-application.md b/contents/getting-started/tracing-your-own-user-application.md index a25f962..9ac0ba5 100644 --- a/contents/getting-started/tracing-your-own-user-application.md +++ b/contents/getting-started/tracing-your-own-user-application.md @@ -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()`.