From: Mathieu Desnoyers Date: Fri, 10 Feb 2012 19:14:16 +0000 (-0500) Subject: Update comment to match context API code X-Git-Tag: v0.11~9 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=181a49809955b9d28ec2e6d6db4e48af0c366326 Update comment to match context API code Signed-off-by: Mathieu Desnoyers --- diff --git a/include/babeltrace/context.h b/include/babeltrace/context.h index d5091676..738a8432 100644 --- a/include/babeltrace/context.h +++ b/include/babeltrace/context.h @@ -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);