浏览代码

parisc: Fix typo in ldcw.h

Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Helge Deller <deller@gmx.de>
Andrea Gelmini 9 年之前
父节点
当前提交
d14b3dfc25
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/parisc/include/asm/ldcw.h

+ 1 - 1
arch/parisc/include/asm/ldcw.h

@@ -40,7 +40,7 @@
    memory to indicate to the compiler that the assembly code reads
    memory to indicate to the compiler that the assembly code reads
    or writes to items other than those listed in the input and output
    or writes to items other than those listed in the input and output
    operands.  This may pessimize the code somewhat but __ldcw is
    operands.  This may pessimize the code somewhat but __ldcw is
-   usually used within code blocks surrounded by memory barriors.  */
+   usually used within code blocks surrounded by memory barriers.  */
 #define __ldcw(a) ({						\
 #define __ldcw(a) ({						\
 	unsigned __ret;						\
 	unsigned __ret;						\
 	__asm__ __volatile__(__LDCW " 0(%1),%0"			\
 	__asm__ __volatile__(__LDCW " 0(%1),%0"			\