diff options
author | Nick Clifton <nickc@redhat.com> | 2007-10-08 10:09:58 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-10-08 10:09:58 +0000 |
commit | df3e80176e5afce1a994e41da91a37a25a91f570 (patch) | |
tree | 76c6f3d698f59c234ef528f8bcb482c529c873c7 /gas/config/tc-bfin.c | |
parent | 33ffbed979d0803e6379a3bc80d613e0d07d7c9c (diff) | |
download | gdb-df3e80176e5afce1a994e41da91a37a25a91f570.zip gdb-df3e80176e5afce1a994e41da91a37a25a91f570.tar.gz gdb-df3e80176e5afce1a994e41da91a37a25a91f570.tar.bz2 |
PR gas/5135
(Expr_Node_Gen_Reloc_R): Fix spelling typos in error messages.
Diffstat (limited to 'gas/config/tc-bfin.c')
-rw-r--r-- | gas/config/tc-bfin.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/tc-bfin.c b/gas/config/tc-bfin.c index 6f85005..a6c6e13 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: |