aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/trace/ring-buffer-design.txt
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2014-03-20 21:04:30 -0400
committerJiri Kosina <jkosina@suse.cz>2014-03-21 08:16:58 -0400
commitdf5cbb27836ff6a6c807f9030ca536403fc674d2 (patch)
treee1eb49b184015e9a0b92a28193c41f60163fb14e /Documentation/trace/ring-buffer-design.txt
parent2509671dcf6314635592f8eb84ef4793fce11a07 (diff)
doc: fix double words
Fix double words "the the" in various files within Documentations. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/trace/ring-buffer-design.txt')
-rw-r--r--Documentation/trace/ring-buffer-design.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/trace/ring-buffer-design.txt b/Documentation/trace/ring-buffer-design.txt
index 7d350b496585..ff747b6fa39b 100644
--- a/Documentation/trace/ring-buffer-design.txt
+++ b/Documentation/trace/ring-buffer-design.txt
@@ -683,7 +683,7 @@ against nested writers.
683 cmpxchg(tail_page, temp_page, next_page) 683 cmpxchg(tail_page, temp_page, next_page)
684 684
685The above will update the tail page if it is still pointing to the expected 685The above will update the tail page if it is still pointing to the expected
686page. If this fails, a nested write pushed it forward, the the current write 686page. If this fails, a nested write pushed it forward, the current write
687does not need to push it. 687does not need to push it.
688 688
689 689