parisc: Fix typo in ldcw.h
authorAndrea Gelmini <andrea.gelmini@gelma.net>
Sat, 21 May 2016 12:03:06 +0000 (14:03 +0200)
committerHelge Deller <deller@gmx.de>
Sun, 22 May 2016 19:56:37 +0000 (21:56 +0200)
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/include/asm/ldcw.h

index 8121aa6db2ff21ad37510879dd82a3fe7ba7fa29..8be707e1b6c77f291a722a0f2b4b1cdb62a1f273 100644 (file)
@@ -40,7 +40,7 @@
    memory to indicate to the compiler that the assembly code reads
    or writes to items other than those listed in the input and output
    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) ({                                           \
        unsigned __ret;                                         \
        __asm__ __volatile__(__LDCW " 0(%1),%0"                 \