From fc0ec7f9751f28ca83d7452972e1aa1a41f6e73e Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Sat, 15 Mar 2014 09:36:01 -0400 Subject: [PATCH] Fix: typo in lttng-ust.3 Signed-off-by: Mathieu Desnoyers --- doc/man/lttng-ust.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man/lttng-ust.3 b/doc/man/lttng-ust.3 index 591c1db0..61efa509 100644 --- a/doc/man/lttng-ust.3 +++ b/doc/man/lttng-ust.3 @@ -20,7 +20,7 @@ applications and libraries. .SH "USAGE WITH TRACEF" .PP The simplest way to add instrumentation to your code is by far the -tracef() API. To you it, in a nutshell: +tracef() API. To do it, in a nutshell: 1) #include -- 2.34.1