diff options
author | Wenji Huang <wenji.huang@oracle.com> | 2009-02-10 01:03:18 -0500 |
---|---|---|
committer | Steven Rostedt <srostedt@redhat.com> | 2009-02-10 12:32:35 -0500 |
commit | c3706f005c3aaf570e71f0f083fdbb59a5a9fa2e (patch) | |
tree | b4fab26095cd08403a86d976c90320f5053bcc08 /include/linux | |
parent | 810dc73265cd690b2bc6010489b4317bba2cda39 (diff) |
tracing: fix typos in comments
Impact: clean up.
Fix typos in the comments.
Signed-off-by: Wenji Huang <wenji.huang@oracle.com>
Signed-off-by: Steven Rostedt <srostedt@redhat.com>
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; |