r8152: check RTL8152_UNPLUG
[cascardo/linux.git] / Documentation / memory-barriers.txt
index 11c1d20..556f951 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: