binfmt_misc: add missing 'break' statement
[linux-2.6-block.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: