From 8f02b5ad62823c1c02bf9b60d71d027805b4e17a Mon Sep 17 00:00:00 2001 From: Ambrogino Modigliani Date: Fri, 25 Nov 2016 21:01:51 +0100 Subject: Fix spelling in comments in .l files (gas) * config/bfin-lex.l: Fix spelling in comments. --- gas/ChangeLog | 4 ++++ gas/config/bfin-lex.l | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 5876687..21d1e4f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,9 @@ 2016-11-27 Ambrogino Modigliani + * config/bfin-lex.l: Fix spelling in comments. + +2016-11-27 Ambrogino Modigliani + * testsuite/gas/all/gas.exp: Fix spelling in comments. * testsuite/gas/cris/cris.exp: Fix spelling in comments. * testsuite/gas/hppa/basic/basic.exp: Fix spelling in comments. diff --git a/gas/config/bfin-lex.l b/gas/config/bfin-lex.l index 04fda4c..cb18469 100644 --- a/gas/config/bfin-lex.l +++ b/gas/config/bfin-lex.l @@ -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++; -- cgit v1.1