]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
binutils/readelf.c: Correct grammar in comment
authorReuben Thomas <rrt@sc3d.org>
Sat, 2 Jan 2021 11:48:09 +0000 (11:48 +0000)
committerAlan Modra <amodra@gmail.com>
Thu, 7 Jan 2021 00:10:32 +0000 (10:40 +1030)
* binutils/readelf.c: Correct grammar in comment.

binutils/ChangeLog
binutils/readelf.c

index 653d6b6f50c5a071ec39fa4c4c9726e034593a1d..c3b21c6a7a7e3572662441b48cea229af75f0d10 100644 (file)
@@ -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.
index d6e7a7b38355a487a9b6eb0e623a2ef9340c9656..ad16b4571c9717effc3b955cba43c85332e81778 100644 (file)
@@ -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.