diff options
Diffstat (limited to 'contrib/gcc/reload.h')
-rw-r--r-- | contrib/gcc/reload.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/gcc/reload.h b/contrib/gcc/reload.h index e832ed9..0463224 100644 --- a/contrib/gcc/reload.h +++ b/contrib/gcc/reload.h @@ -205,7 +205,7 @@ struct needs must be examined for register elimination. */ struct insn_chain { - /* Links to the neighbour instructions. */ + /* Links to the neighbor instructions. */ struct insn_chain *next, *prev; /* Link through a chains set up by calculate_needs_all_insns, containing @@ -270,7 +270,7 @@ extern void transfer_replacements PARAMS ((int, int)); /* IN_RTX is the value loaded by a reload that we now decided to inherit, or a subpart of it. If we have any replacements registered for IN_RTX, chancel the reloads that were supposed to load them. - Return non-zero if we chanceled any reloads. */ + Return nonzero if we chanceled any reloads. */ extern int remove_address_replacements PARAMS ((rtx in_rtx)); /* Like rtx_equal_p except that it allows a REG and a SUBREG to match |