gas/arc: Change 'LENGHT' to 'LENGTH'
[deliverable/binutils-gdb.git] / gas / config / tc-arc.h
index 95efd77236332450a1dad862c1e10948fa2b451a..93a7d77ac19b961421ddad1394d9190c7a64030a 100644 (file)
@@ -210,12 +210,12 @@ extern int tc_arc_regname_to_dw2regnum (char *regname);
 #define NOP_OPCODE_S   0x000078E0
 #define NOP_OPCODE_L   0x264A7000 /* mov 0,0.  */
 
-#define MAX_FLAG_NAME_LENGHT 3
+#define MAX_FLAG_NAME_LENGTH 3
 
 struct arc_flags
 {
   /* Name of the parsed flag.  */
-  char name[MAX_FLAG_NAME_LENGHT + 1];
+  char name[MAX_FLAG_NAME_LENGTH + 1];
 
   /* The code of the parsed flag.  Valid when is not zero.  */
   unsigned char code;
This page took 0.025917 seconds and 4 git commands to generate.