X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fcommands%2Fsnapshot.c;h=d948226ae9770591c32dc3599151b8f6e1b6b81f;hp=c8a7ba0588f4d47fcc5ed5de98101caee937ace5;hb=83f4233dde73280d45fcfb799add96cce32098ce;hpb=f5dbe415fb8c3efcdcd68968b8cc8f40369b9cd9 diff --git a/src/bin/lttng/commands/snapshot.c b/src/bin/lttng/commands/snapshot.c index c8a7ba058..d948226ae 100644 --- a/src/bin/lttng/commands/snapshot.c +++ b/src/bin/lttng/commands/snapshot.c @@ -636,7 +636,7 @@ end: free(session_name); } - /* Overwrite ret if an error occured during handle_command */ + /* Overwrite ret if an error occurred during handle_command */ ret = command_ret ? command_ret : ret; poptFreeContext(pc); return ret;