diff options
| author | 2009-02-11 10:03:53 +0100 | |
|---|---|---|
| committer | 2009-02-11 10:03:53 +0100 | |
| commit | 4040068dce64f75c9d414f41fc2fb314a44bad65 (patch) | |
| tree | 10c4e51ddf9fb33112b773e56905d189909e35b0 /include/linux | |
| parent | Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/core (diff) | |
| parent | tracing: fix typos in comments (diff) | |
Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/ring_buffer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ring_buffer.h b/include/linux/ring_buffer.h index 3c103d636da3..8e6646a54acf 100644 --- a/include/linux/ring_buffer.h +++ b/include/linux/ring_buffer.h @@ -8,7 +8,7 @@ struct ring_buffer; struct ring_buffer_iter; /* - * Don't reference this struct directly, use functions below. + * Don't refer to this struct directly, use functions below. */ struct ring_buffer_event { u32 type:2, len:3, time_delta:27; |
