diff options
author | Adam Buchbinder <adam.buchbinder@gmail.com> | 2009-12-11 16:35:39 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-02-04 05:55:45 -0500 |
commit | c41b20e721ea4f6f20f66a66e7f0c3c97a2ca9c2 (patch) | |
tree | 92cd1b2b1cdb871530bb07bbbcbfeaffe1170830 /kernel | |
parent | a089377f29d3af0f62f3bdc6db0c5042513fc3f3 (diff) |
Fix misspellings of "truly" in comments.
Some comments misspell "truly"; this fixes them. No code changes.
Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/trace/ring_buffer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/trace/ring_buffer.c b/kernel/trace/ring_buffer.c index 8c1b2d290718..9ab578f1bb65 100644 --- a/kernel/trace/ring_buffer.c +++ b/kernel/trace/ring_buffer.c | |||
@@ -2541,7 +2541,7 @@ EXPORT_SYMBOL_GPL(ring_buffer_record_disable); | |||
2541 | * @buffer: The ring buffer to enable writes | 2541 | * @buffer: The ring buffer to enable writes |
2542 | * | 2542 | * |
2543 | * Note, multiple disables will need the same number of enables | 2543 | * Note, multiple disables will need the same number of enables |
2544 | * to truely enable the writing (much like preempt_disable). | 2544 | * to truly enable the writing (much like preempt_disable). |
2545 | */ | 2545 | */ |
2546 | void ring_buffer_record_enable(struct ring_buffer *buffer) | 2546 | void ring_buffer_record_enable(struct ring_buffer *buffer) |
2547 | { | 2547 | { |
@@ -2577,7 +2577,7 @@ EXPORT_SYMBOL_GPL(ring_buffer_record_disable_cpu); | |||
2577 | * @cpu: The CPU to enable. | 2577 | * @cpu: The CPU to enable. |
2578 | * | 2578 | * |
2579 | * Note, multiple disables will need the same number of enables | 2579 | * Note, multiple disables will need the same number of enables |
2580 | * to truely enable the writing (much like preempt_disable). | 2580 | * to truly enable the writing (much like preempt_disable). |
2581 | */ | 2581 | */ |
2582 | void ring_buffer_record_enable_cpu(struct ring_buffer *buffer, int cpu) | 2582 | void ring_buffer_record_enable_cpu(struct ring_buffer *buffer, int cpu) |
2583 | { | 2583 | { |