diff options
author | Samanta Navarro <ferivoz@riseup.net> | 2020-10-05 14:20:15 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2020-10-05 14:20:15 +0100 |
commit | 0cc79db2b66aa3115ddbf84cb81d1ad8abd38c46 (patch) | |
tree | e56b3c7c8a3d8a9cc07978be5560deeeb25c84e3 /opcodes/cgen-asm.c | |
parent | 7d1441178ac6d5b31e3ebf312012c2d5bfaeec91 (diff) | |
download | binutils-0cc79db2b66aa3115ddbf84cb81d1ad8abd38c46.zip binutils-0cc79db2b66aa3115ddbf84cb81d1ad8abd38c46.tar.gz binutils-0cc79db2b66aa3115ddbf84cb81d1ad8abd38c46.tar.bz2 |
Fix spelling mistakes
Diffstat (limited to 'opcodes/cgen-asm.c')
-rw-r--r-- | opcodes/cgen-asm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/cgen-asm.c b/opcodes/cgen-asm.c index b167504..7835928 100644 --- a/opcodes/cgen-asm.c +++ b/opcodes/cgen-asm.c @@ -60,7 +60,7 @@ cgen_init_parse_operand (CGEN_CPU_DESC cd) The result is a pointer to the next entry to use. The table is scanned backwards as additions are made to the front of the - list and we want earlier ones to be prefered. */ + list and we want earlier ones to be preferred. */ static CGEN_INSN_LIST * hash_insn_array (CGEN_CPU_DESC cd, @@ -156,7 +156,7 @@ build_asm_hash_table (CGEN_CPU_DESC cd) asm_hash_table, hash_entry_buf); /* Add runtime added insns. - Later added insns will be prefered over earlier ones. */ + Later added insns will be preferred over earlier ones. */ hash_entry_buf = hash_insn_list (cd, insn_table->new_entries, asm_hash_table, hash_entry_buf); |