From 7e382d2f9ac3e2690ad045fda07128bdd998bccd Mon Sep 17 00:00:00 2001
From: Cedric Roux <cedric.roux@eurecom.fr>
Date: Mon, 11 Apr 2016 17:39:16 +0200
Subject: [PATCH] minor modification

---
 common/utils/T/tracer/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/utils/T/tracer/main.c b/common/utils/T/tracer/main.c
index cf8f8aac8..639a0b565 100644
--- a/common/utils/T/tracer/main.c
+++ b/common/utils/T/tracer/main.c
@@ -546,7 +546,7 @@ no_database:
     goto no_init_message;
   }
 
-  /* send the first message - activate all traces */
+  /* send the first message - activate selected traces */
   t = 0;
   if (write(s, &t, 1) != 1) abort();
   l = 0;
-- 
GitLab