summaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2021-01-02 11:48:09 +0000
committerAlan Modra <amodra@gmail.com>2021-01-07 10:40:32 +1030
commit6987d5a1bbf61f56ef188b794a494fb495c9660a (patch)
tree250e92610101a61fa455ae008cf56521f1d47d57 /binutils
parente2ede46cb27b6a71314d574e42f0e069ad7ee20d (diff)
downloadbinutils-gdb-6987d5a1bbf61f56ef188b794a494fb495c9660a.tar.gz
binutils/readelf.c: Correct grammar in comment
* binutils/readelf.c: Correct grammar in comment.
Diffstat (limited to 'binutils')
-rw-r--r--binutils/ChangeLog4
-rw-r--r--binutils/readelf.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 653d6b6f50c..c3b21c6a7a7 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,7 @@
+2021-01-06 Reuben Thomas <rrt@sc3d.org>
+
+ * binutils/readelf.c: Correct grammar in comment.
+
2021-01-01 Nicolas Boulenguez <nicolas@debian.org>
* coffgrok.c (do_type): Correct spelling of auxiliary in errors.
diff --git a/binutils/readelf.c b/binutils/readelf.c
index d6e7a7b3835..ad16b4571c9 100644
--- a/binutils/readelf.c
+++ b/binutils/readelf.c
@@ -2609,7 +2609,7 @@ static void
decode_ARC_machine_flags (unsigned e_flags, unsigned e_machine, char buf[])
{
/* ARC has two machine types EM_ARC_COMPACT and EM_ARC_COMPACT2. Some
- other compilers don't a specific architecture type in the e_flags, and
+ other compilers don't specify an architecture type in the e_flags, and
instead use EM_ARC_COMPACT for old ARC600, ARC601, and ARC700
architectures, and switch to EM_ARC_COMPACT2 for newer ARCEM and ARCHS
architectures.