From: compudj Date: Tue, 13 Nov 2007 15:06:55 +0000 (+0000) Subject: fix typo X-Git-Tag: v0.12.20~747 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=5567bd2b77e66254e41e14b33e06a7e7f858341d;p=lttv.git fix typo git-svn-id: http://ltt.polymtl.ca/svn@2742 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/lttv/lttv/state.c b/ltt/branches/poly/lttv/lttv/state.c index 584ae3ae..952f6cde 100644 --- a/ltt/branches/poly/lttv/lttv/state.c +++ b/ltt/branches/poly/lttv/lttv/state.c @@ -2139,7 +2139,7 @@ lttv_state_find_process_or_create(LttvTraceState *ts, guint cpu, guint pid, * the parent waits for its child terminaison, but may also happen in special * cases in the child's exit : when the parent ignores its children SIGCCHLD or * has the flag SA_NOCLDWAIT. It can also happen when the child is part - * of a killed thread ground, but isn't the leader. + * of a killed thread group, but isn't the leader. */ static void exit_process(LttvTracefileState *tfs, LttvProcessState *process) {