X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fcommands%2Fsnapshot.c;h=b4124d51d5fc242631b062cffc7670552c75d696;hb=fae1e3cc12dd199269c581b683630d077e0ba266;hp=298bc6ef36cee6a1bac7cb362464c0dd22f9915c;hpb=a0f518a0b536cefa1ea05edcc3f4ef9c0399b642;p=lttng-tools.git diff --git a/src/bin/lttng/commands/snapshot.c b/src/bin/lttng/commands/snapshot.c index 298bc6ef3..b4124d51d 100644 --- a/src/bin/lttng/commands/snapshot.c +++ b/src/bin/lttng/commands/snapshot.c @@ -777,7 +777,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;