(process_mips_specific): Print conflictsno as an unsigned long.
[binutils-gdb.git] / binutils / coffgrok.c
index 256e8c6495eed806f866848ad8fc4f0457e40c7e..b2ec98c4bd8afcb70f1c546114c2594813075852 100644 (file)
@@ -398,7 +398,7 @@ do_type (int i)
     case T_ENUM:
       if (aux->x_sym.x_tagndx.p)
        {
-         /* Refering to a enum defined elsewhere */
+         /* Referring to a enum defined elsewhere */
          res->type = coff_enumref_type;
          res->u.aenumref.ref = tindex[INDEXOF (aux->x_sym.x_tagndx.p)];
          res->size = res->u.aenumref.ref->type->size;