aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/trace
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2014-03-21 10:04:30 +0900
committerJiri Kosina <jkosina@suse.cz>2014-03-21 13:16:58 +0100
commitdf5cbb27836ff6a6c807f9030ca536403fc674d2 (patch)
treee1eb49b184015e9a0b92a28193c41f60163fb14e /Documentation/trace
parentisdn: capi: fix "CAPI_VERSION" comment (diff)
downloadlinux-dev-df5cbb27836ff6a6c807f9030ca536403fc674d2.tar.xz
linux-dev-df5cbb27836ff6a6c807f9030ca536403fc674d2.zip
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')
-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.
cmpxchg(tail_page, temp_page, next_page)
The above will update the tail page if it is still pointing to the expected
-page. If this fails, a nested write pushed it forward, the the current write
+page. If this fails, a nested write pushed it forward, the current write
does not need to push it.