Update comment to match context API code
[babeltrace.git] / 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.022824 seconds and 4 git commands to generate.