Update comment to match context API code
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 10 Feb 2012 19:14:16 +0000 (14:14 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 10 Feb 2012 19:14:16 +0000 (14:14 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/babeltrace/context.h

index d50916762e122eaebb27211164fef5f307aa373c..738a8432c61be0c003742225abbe6ea405884401 100644 (file)
@@ -65,10 +65,10 @@ int bt_context_add_trace(struct bt_context *ctx, const char *path,
 /*
  * bt_context_add_traces: Open a trace recursively
  *
- * Find each trace presents in the subdirectory starting from the given path
+ * Find each trace present in the subdirectory starting from the given
+ * path, and add them to the context.
  *
  * Return: 0 on success, nonzero on failure.
- * The caller has the responsiblity to free the array
  */
 int bt_context_add_traces(struct bt_context *ctx, const char *path,
                const char *format);
This page took 0.024389 seconds and 4 git commands to generate.