From eef7781fe985ee2a635de32d1c62b845947ea0b7 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Tue, 17 Dec 2013 13:33:44 -0500 Subject: [PATCH] Fix: wrong comment in snapshot public API MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Reported-by: Jérémie Galarneau Signed-off-by: David Goulet --- include/lttng/snapshot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.34.1