From 181a49809955b9d28ec2e6d6db4e48af0c366326 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 10 Feb 2012 14:14:16 -0500 Subject: [PATCH] Update comment to match context API code Signed-off-by: Mathieu Desnoyers --- include/babeltrace/context.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.34.1