From 1163b03a6569d63915a24fa12e3f2e0a30910672 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Sat, 2 Jan 2021 11:48:09 +0000 Subject: [PATCH 1/2] binutils/readelf.c: Fix English in comment --- binutils/readelf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.25.1