Bug 5135 - Spelling fix for Unknown in config/tc-bfin.c
Summary: Spelling fix for Unknown in config/tc-bfin.c
Status: RESOLVED FIXED
Alias: None
Product: binutils
Classification: Unclassified
Component: gas (show other bugs)
Version: 2.17
: P2 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-06 21:18 UTC by Jorma Karvonen
Modified: 2007-10-08 10:11 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jorma Karvonen 2007-10-06 21:18:00 UTC
File gas-2.17.90.pot should include the following msgid (I suppose):

#: config/tc-bfin.c:1181 config/tc-bfin.c:1197
#, c-format
msgid "%s:%d:Unknown operator found for arithmetic relocation"

At present source code with "Unkonwn" looks like:

fprintf (stderr, "%s:%d:Unkonwn operator found for arithmetic" " relocation",
__FILE__, __LINE__);
Comment 1 Nick Clifton 2007-10-08 10:11:09 UTC
Hi Jorma,

  I have checked in a patch to fix the two "Unkown" spelling mistakes in the
tc-bfin.c file.  The rest of this PR is a duplicate of 5121.

Cheers
  Nick