Fix spelling in comments in .l files (gas)

* config/bfin-lex.l: Fix spelling in comments.
This commit is contained in:
Ambrogino Modigliani 2016-11-25 21:01:51 +01:00 committed by Alan Modra
parent 839b0b3f8d
commit 8f02b5ad62
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2016-11-27 Ambrogino Modigliani <ambrogino.modigliani@gmail.com>
* config/bfin-lex.l: Fix spelling in comments.
2016-11-27 Ambrogino Modigliani <ambrogino.modigliani@gmail.com>
* testsuite/gas/all/gas.exp: Fix spelling in comments.

View File

@ -362,7 +362,7 @@ static long parse_int (char **end)
fmt = 'd';
break;
case '0': /* Accept different formated integers hex octal and binary. */
case '0': /* Accept different formatted integers hex octal and binary. */
{
char c = *++arg;
arg++;