From df5cbb27836ff6a6c807f9030ca536403fc674d2 Mon Sep 17 00:00:00 2001 From: Masanari Iida Date: Fri, 21 Mar 2014 10:04:30 +0900 Subject: doc: fix double words Fix double words "the the" in various files within Documentations. Signed-off-by: Masanari Iida Signed-off-by: Jiri Kosina --- Documentation/trace/ring-buffer-design.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation/trace') 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. -- cgit v1.2.3-59-g8ed1b