[lttng-dev] [PATCH] Fix comment of cmd_create

Simon Marchi simon.marchi at polymtl.ca
Tue Jan 24 17:00:52 EST 2012


Another victim of copy paste.

Signed-off-by: Simon Marchi <simon.marchi at polymtl.ca>
---
 src/bin/lttng/commands/create.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bin/lttng/commands/create.c b/src/bin/lttng/commands/create.c
index a791fbd..0765c82 100644
--- a/src/bin/lttng/commands/create.c
+++ b/src/bin/lttng/commands/create.c
@@ -147,9 +147,9 @@ error:
 }
 
 /*
- *  cmd_list
+ *  cmd_create
  *
- *  The 'list <options>' first level command
+ *  The 'create <options>' first level command
  */
 int cmd_create(int argc, const char **argv)
 {
-- 
1.7.5.4




More information about the lttng-dev mailing list