From a238a9115cf6a65d4b37748e7b8d6d15f695c311 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 8 Oct 2007 10:09:58 +0000 Subject: [PATCH] PR gas/5135 (Expr_Node_Gen_Reloc_R): Fix spelling typos in error messages. --- gas/ChangeLog | 2 ++ gas/config/tc-bfin.c | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index d327700a2..85a080d07 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -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 diff --git a/gas/config/tc-bfin.c b/gas/config/tc-bfin.c index 6f850059d..a6c6e1332 100644 --- a/gas/config/tc-bfin.c +++ b/gas/config/tc-bfin.c @@ -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: -- 2.11.4.GIT