From: pmf Date: Fri, 12 Oct 2007 23:12:18 +0000 (+0000) Subject: tracecontext.h: fix typo X-Git-Tag: v0.12.20~817 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=08fb203b469865535d163e6444d3cfa6ad61ac62;p=lttv.git tracecontext.h: fix typo git-svn-id: http://ltt.polymtl.ca/svn@2672 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/lttv/lttv/tracecontext.h b/ltt/branches/poly/lttv/lttv/tracecontext.h index ed1d28d6..ed882b25 100644 --- a/ltt/branches/poly/lttv/lttv/tracecontext.h +++ b/ltt/branches/poly/lttv/lttv/tracecontext.h @@ -279,7 +279,7 @@ typedef struct _LttvTraceHook { gpointer hook_data; } LttvTraceHook; -/* Get the head of marker list correcponding to the given trace hook. +/* Get the head of marker list corresponding to the given trace hook. */ struct marker_info *lttv_trace_hook_get_marker(LttTrace *t, LttvTraceHook *th);