X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=lttv%2Flttv%2Ftracecontext.c;h=710cdecb0ad6f062bff12f9e68733035223f6078;hb=14bc9b7c68fe5eb3d0177ed45bfced546957fdce;hp=edb465ba017466818db5bc8e5775312b12df62f0;hpb=205216154e4c9e5ac255f47c37f6f8e589af1c29;p=lttv.git diff --git a/lttv/lttv/tracecontext.c b/lttv/lttv/tracecontext.c index edb465ba..710cdecb 100644 --- a/lttv/lttv/tracecontext.c +++ b/lttv/lttv/tracecontext.c @@ -101,7 +101,7 @@ lttv_context_new_tracefile_context(LttvTracesetContext *self) /**************************************************************************** * lttv_traceset_context_compute_time_span * - * Keep the time span is sync with on the fly addition and removal of traces + * Keep the time span in sync with on the fly addition and removal of traces * in a trace set. It must be called each time a trace is added/removed from * the traceset. It could be more efficient to call it only once a bunch * of traces are loaded, but the calculation is not long, so it's not