Browse Source

parisc: Fix typo in pdc.h

Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Helge Deller <deller@gmx.de>
Andrea Gelmini 9 years ago
parent
commit
13ff6313f9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/parisc/include/uapi/asm/pdc.h

+ 1 - 1
arch/parisc/include/uapi/asm/pdc.h

@@ -59,7 +59,7 @@
 #define PDC_MODEL_GET_BOOT__OP	8	/* returns boot test options	*/
 #define PDC_MODEL_SET_BOOT__OP	9	/* set boot test options	*/
 
-#define PA89_INSTRUCTION_SET	0x4	/* capatibilies returned	*/
+#define PA89_INSTRUCTION_SET	0x4	/* capabilities returned	*/
 #define PA90_INSTRUCTION_SET	0x8
 
 #define PDC_CACHE	5		/* return/set cache (& TLB) info*/