projects
/
lttng-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
157df58
)
Fix: wrong comment in snapshot public API
author
David Goulet
<dgoulet@efficios.com>
Tue, 17 Dec 2013 18:33:44 +0000
(13:33 -0500)
committer
David 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
patch
|
blob
|
blame
|
history
diff --git
a/include/lttng/snapshot.h
b/include/lttng/snapshot.h
index 8f5ee898ee1bdc7c52f7cdc8506445e1f7fd265a..90c712aa624b873387d41c0c1fb06f4ca8b3905b 100644
(file)
--- 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.
*/
This page took
0.026092 seconds
and
4
git commands to generate.