From: Simon Marchi Date: Tue, 24 Jan 2012 22:00:52 +0000 (-0500) Subject: Fix comment of cmd_create X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=74cc1d0fc1cbb2374e812b21d42b44e54f908dc0 Fix comment of cmd_create Another victim of copy paste. Signed-off-by: Simon Marchi --- diff --git a/src/bin/lttng/commands/create.c b/src/bin/lttng/commands/create.c index a791fbd4d..0765c823b 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 ' first level command + * The 'create ' first level command */ int cmd_create(int argc, const char **argv) {