]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
Add missing space.
authorRalf Baechle <ralf@linux-mips.org>
Tue, 16 Aug 2005 16:54:12 +0000 (16:54 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Sat, 29 Oct 2005 18:32:05 +0000 (19:32 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
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)