From: David Goulet Date: Tue, 17 Dec 2013 18:33:44 +0000 (-0500) Subject: Fix: wrong comment in snapshot public API X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=eef7781fe985ee2a635de32d1c62b845947ea0b7 Fix: wrong comment in snapshot public API Reported-by: Jérémie Galarneau Signed-off-by: David Goulet --- diff --git a/include/lttng/snapshot.h b/include/lttng/snapshot.h index 8f5ee898e..90c712aa6 100644 --- a/include/lttng/snapshot.h +++ b/include/lttng/snapshot.h @@ -62,7 +62,7 @@ const char *lttng_snapshot_output_get_data_url(struct lttng_snapshot_output *out /* * Snapshot output setter family functions. * - * For every set* call, 0 is returned on success or else LTTNG_ERR_INVALID is + * For every set* call, 0 is returned on success or else -LTTNG_ERR_INVALID is * returned indicating that at least one given parameter is invalid. */