소스 검색

Add missing space.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle 20 년 전
부모
커밋
3fd5646cac
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      include/asm-mips/system.h

+ 1 - 1
include/asm-mips/system.h

@@ -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)