From 4a55f63e0cf1b3553de1ed7202fee05fe26808f2 Mon Sep 17 00:00:00 2001 From: pmf Date: Mon, 28 May 2007 18:13:55 +0000 Subject: [PATCH] fix small comment typo git-svn-id: http://ltt.polymtl.ca/svn@2526 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/ltt/tracefile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ltt/branches/poly/ltt/tracefile.c b/ltt/branches/poly/ltt/tracefile.c index 9f3ffe0b..cab3108b 100644 --- a/ltt/branches/poly/ltt/tracefile.c +++ b/ltt/branches/poly/ltt/tracefile.c @@ -845,7 +845,7 @@ gboolean ltt_tracefile_group_has_cpu_online(gpointer data) * relative path is the path relative to the trace root * root path is the full path * - * A tracefile group is simply an array where all the per cpu tracefiles sits. + * A tracefile group is simply an array where all the per cpu tracefiles sit. */ static int open_tracefiles(LttTrace *trace, gchar *root_path, -- 2.34.1