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/memory-barriers.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation/memory-barriers.txt') diff --git a/Documentation/memory-barriers.txt b/Documentation/memory-barriers.txt index 102dc19c4119..ddd2e0d1febc 100644 --- a/Documentation/memory-barriers.txt +++ b/Documentation/memory-barriers.txt @@ -1371,7 +1371,7 @@ code. Here are some examples of these sorts of optimizations: process_message(msg); } - There is nothing to prevent the the compiler from transforming + There is nothing to prevent the compiler from transforming process_level() to the following, in fact, this might well be a win for single-threaded code: -- cgit v1.2.3