diff options
Diffstat (limited to 'gas/config/tc-bfin.c')
-rw-r--r-- | gas/config/tc-bfin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-bfin.c b/gas/config/tc-bfin.c index 43d48d6..dc5d6de 100644 --- a/gas/config/tc-bfin.c +++ b/gas/config/tc-bfin.c @@ -1054,7 +1054,7 @@ Expr_Node_Gen_Reloc (Expr_Node * head, int parent_reloc) } switch (parent_reloc) { - /* Some reloctions will need to allocate extra words. */ + /* Some relocations will need to allocate extra words. */ case BFD_RELOC_BFIN_16_IMM: case BFD_RELOC_BFIN_16_LOW: case BFD_RELOC_BFIN_16_HIGH: |