]> Git Repo - binutils.git/commitdiff
PR gas/5135
authorNick Clifton <[email protected]>
Mon, 8 Oct 2007 10:09:58 +0000 (10:09 +0000)
committerNick Clifton <[email protected]>
Mon, 8 Oct 2007 10:09:58 +0000 (10:09 +0000)
(Expr_Node_Gen_Reloc_R): Fix spelling typos in error messages.

gas/ChangeLog
gas/config/tc-bfin.c

index d327700a20907c2325376a25f2bc68c7ed7e4ed8..85a080d07e22dbd33a79bbe1332bdd117f476540 100644 (file)
@@ -2,6 +2,8 @@
 
        PR gas/5136
        * config/tc-bfin.c (md_apply_fix): Fix error message.
+       PR gas/5135
+       (Expr_Node_Gen_Reloc_R): Fix spelling typos in error messages.
 
 2007-10-05  H.J. Lu  <[email protected]>
 
index 6f850059db7a6093a2bba365758d856037d55734..a6c6e1332cc4948b4ec47047f3a34f4124a682bb 100644 (file)
@@ -1178,7 +1178,7 @@ Expr_Node_Gen_Reloc_R (Expr_Node * head)
          note = conctcode (note1, conscode (note_reloc1 (gencode (0), op, BFD_ARELOC_BFIN_LOR, 0), NULL_CODE));
          break;
        default:
-         fprintf (stderr, "%s:%d:Unkonwn operator found for arithmetic" " relocation", __FILE__, __LINE__);
+         fprintf (stderr, "%s:%d:Unknown operator found for arithmetic" " relocation", __FILE__, __LINE__);
 
 
        }
@@ -1194,7 +1194,7 @@ Expr_Node_Gen_Reloc_R (Expr_Node * head)
          note = conctcode (note1, conscode (note_reloc1 (gencode (0), op, BFD_ARELOC_BFIN_COMP, 0), NULL_CODE));
          break;
        default:
-         fprintf (stderr, "%s:%d:Unkonwn operator found for arithmetic" " relocation", __FILE__, __LINE__);
+         fprintf (stderr, "%s:%d:Unknown operator found for arithmetic" " relocation", __FILE__, __LINE__);
        }
       break;
     default:
This page took 0.033754 seconds and 4 git commands to generate.