]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - include/asm-mips/system.h
Add missing space.
[mv-sheeva.git] / include / asm-mips / system.h
index 384f0bd854c4a0d5b9a92cce1a467276c3a660df..0f8caf3842497c25d1d957deb77d868bf96f6318 100644 (file)
@@ -71,7 +71,7 @@
  * does not enforce ordering, since there is no data dependency between
  * the read of "a" and the read of "b".  Therefore, on some CPUs, such
  * as Alpha, "y" could be set to 3 and "x" to 0.  Use rmb()
- * in cases like thiswhere there are no data dependencies.
+ * in cases like this where there are no data dependencies.
  */
 
 #define read_barrier_depends() do { } while(0)