]> git.karo-electronics.de Git - linux-beck.git/blobdiff - Documentation/memory-barriers.txt
Merge branch 'next' into for-linus
[linux-beck.git] / Documentation / memory-barriers.txt
index 11c1d2049662cc7cff72193e87707a46ad77eca0..556f951f86260211879295309bff88302c66dd98 100644 (file)
@@ -1401,7 +1401,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: