Fix: wrong comment in snapshot public API
authorDavid Goulet <dgoulet@efficios.com>
Tue, 17 Dec 2013 18:33:44 +0000 (13:33 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Tue, 17 Dec 2013 18:33:44 +0000 (13:33 -0500)
Reported-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Signed-off-by: David Goulet <dgoulet@efficios.com>
include/lttng/snapshot.h

index 8f5ee898ee1bdc7c52f7cdc8506445e1f7fd265a..90c712aa624b873387d41c0c1fb06f4ca8b3905b 100644 (file)
@@ -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.
  */
 
This page took 0.027978 seconds and 5 git commands to generate.