From 08fb203b469865535d163e6444d3cfa6ad61ac62 Mon Sep 17 00:00:00 2001 From: pmf Date: Fri, 12 Oct 2007 23:12:18 +0000 Subject: [PATCH] tracecontext.h: fix typo git-svn-id: http://ltt.polymtl.ca/svn@2672 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/lttv/lttv/tracecontext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.34.1