diff options
author | Masanari Iida <standby24x7@gmail.com> | 2014-03-21 10:04:30 +0900 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-03-21 13:16:58 +0100 |
commit | df5cbb27836ff6a6c807f9030ca536403fc674d2 (patch) | |
tree | e1eb49b184015e9a0b92a28193c41f60163fb14e /Documentation/trace | |
parent | 2509671dcf6314635592f8eb84ef4793fce11a07 (diff) | |
download | linux-df5cbb27836ff6a6c807f9030ca536403fc674d2.tar.gz linux-df5cbb27836ff6a6c807f9030ca536403fc674d2.tar.bz2 linux-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.txt | 2 |
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. |