diff options
author | Wenji Huang <wenji.huang@oracle.com> | 2009-02-17 01:10:02 -0500 |
---|---|---|
committer | Steven Rostedt <srostedt@redhat.com> | 2009-02-17 12:38:24 -0500 |
commit | 73d8b8bc4f24a97a406d09c8268ac019f4ac661e (patch) | |
tree | 53917dadae639d825a8e917a27644555cb6eeea5 /kernel/trace/trace_stat.c | |
parent | d2ef7c2f0f9ab48c25eafc0ebad0df5f7930420b (diff) |
tracing: fix typing mistake in hint message and comments
Impact: cleanup
Fix incorrect hint message in code and typos in comments.
Signed-off-by: Wenji Huang <wenji.huang@oracle.com>
Signed-off-by: Steven Rostedt <srostedt@redhat.com>
Diffstat (limited to 'kernel/trace/trace_stat.c')
-rw-r--r-- | kernel/trace/trace_stat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/trace/trace_stat.c b/kernel/trace/trace_stat.c index eae9cef39291..39310e3434ee 100644 --- a/kernel/trace/trace_stat.c +++ b/kernel/trace/trace_stat.c | |||
@@ -30,7 +30,7 @@ struct tracer_stat_session { | |||
30 | struct dentry *file; | 30 | struct dentry *file; |
31 | }; | 31 | }; |
32 | 32 | ||
33 | /* All of the sessions currently in use. Each stat file embeed one session */ | 33 | /* All of the sessions currently in use. Each stat file embed one session */ |
34 | static LIST_HEAD(all_stat_sessions); | 34 | static LIST_HEAD(all_stat_sessions); |
35 | static DEFINE_MUTEX(all_stat_sessions_mutex); | 35 | static DEFINE_MUTEX(all_stat_sessions_mutex); |
36 | 36 | ||