summaryrefslogtreecommitdiffstats
path: root/Documentation/memory-barriers.txt
diff options
context:
space:
mode:
authorMasanari Iida2014-03-21 02:04:30 +0100
committerJiri Kosina2014-03-21 13:16:58 +0100
commitdf5cbb27836ff6a6c807f9030ca536403fc674d2 (patch)
treee1eb49b184015e9a0b92a28193c41f60163fb14e /Documentation/memory-barriers.txt
parentisdn: capi: fix "CAPI_VERSION" comment (diff)
downloadkernel-qcow2-linux-df5cbb27836ff6a6c807f9030ca536403fc674d2.tar.gz
kernel-qcow2-linux-df5cbb27836ff6a6c807f9030ca536403fc674d2.tar.xz
kernel-qcow2-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/memory-barriers.txt')
-rw-r--r--Documentation/memory-barriers.txt2
1 files changed, 1 insertions, 1 deletions
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: