[PATCH] readelf: Replace procesor with processor

H.J. Lu hjl.tools@gmail.com
Sat Feb 20 13:57:56 GMT 2021


binutils/

	PR binutils/27445
	* readelf.c (print_gnu_property_note): Replace procesor with
	processor.

ld/

	PR binutils/27445
	* testsuite/ld-i386/property-x86-isa1.d: Replace procesor with
	processor.
	* testsuite/ld-x86-64/property-x86-isa1-x32.d: Likewise.
	* testsuite/ld-x86-64/property-x86-isa1.d: Likewise.
---
 binutils/readelf.c                             | 2 +-
 ld/testsuite/ld-i386/property-x86-isa1.d       | 2 +-
 ld/testsuite/ld-x86-64/property-x86-isa1-x32.d | 2 +-
 ld/testsuite/ld-x86-64/property-x86-isa1.d     | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/binutils/readelf.c b/binutils/readelf.c
index 755634dfe5d..9510a8d1add 100644
--- a/binutils/readelf.c
+++ b/binutils/readelf.c
@@ -19077,7 +19077,7 @@ print_gnu_property_note (Filedata * filedata, Elf_Internal_Note * pnote)
       if (type < GNU_PROPERTY_LOPROC)
 	printf (_("<unknown type %#x data: "), type);
       else if (type < GNU_PROPERTY_LOUSER)
-	printf (_("<procesor-specific type %#x data: "), type);
+	printf (_("<processor-specific type %#x data: "), type);
       else
 	printf (_("<application-specific type %#x data: "), type);
       for (j = 0; j < datasz; ++j)
diff --git a/ld/testsuite/ld-i386/property-x86-isa1.d b/ld/testsuite/ld-i386/property-x86-isa1.d
index aa5dae55a76..ce060d3dbb4 100644
--- a/ld/testsuite/ld-i386/property-x86-isa1.d
+++ b/ld/testsuite/ld-i386/property-x86-isa1.d
@@ -8,4 +8,4 @@ Displaying notes found in: .note.gnu.property
 [ 	]+Owner[ 	]+Data size[ 	]+Description
   GNU                  0x[0-9a-f]+	NT_GNU_PROPERTY_TYPE_0
       Properties: x86 ISA needed: x86-64-baseline, x86-64-v4
-	<procesor-specific type 0xc0009000 data: 30 00 00 00 >
+	<processor-specific type 0xc0009000 data: 30 00 00 00 >
diff --git a/ld/testsuite/ld-x86-64/property-x86-isa1-x32.d b/ld/testsuite/ld-x86-64/property-x86-isa1-x32.d
index dcb61c1da57..04e30dfc93c 100644
--- a/ld/testsuite/ld-x86-64/property-x86-isa1-x32.d
+++ b/ld/testsuite/ld-x86-64/property-x86-isa1-x32.d
@@ -8,4 +8,4 @@ Displaying notes found in: .note.gnu.property
 [ 	]+Owner[ 	]+Data size[ 	]+Description
   GNU                  0x[0-9a-f]+	NT_GNU_PROPERTY_TYPE_0
       Properties: x86 ISA needed: x86-64-baseline, x86-64-v4
-	<procesor-specific type 0xc0009000 data: 30 00 00 00 >
+	<processor-specific type 0xc0009000 data: 30 00 00 00 >
diff --git a/ld/testsuite/ld-x86-64/property-x86-isa1.d b/ld/testsuite/ld-x86-64/property-x86-isa1.d
index 3c39ca6d7cd..7aff5afe170 100644
--- a/ld/testsuite/ld-x86-64/property-x86-isa1.d
+++ b/ld/testsuite/ld-x86-64/property-x86-isa1.d
@@ -8,4 +8,4 @@ Displaying notes found in: .note.gnu.property
 [ 	]+Owner[ 	]+Data size[ 	]+Description
   GNU                  0x[0-9a-f]+	NT_GNU_PROPERTY_TYPE_0
       Properties: x86 ISA needed: x86-64-baseline, x86-64-v4
-	<procesor-specific type 0xc0009000 data: 30 00 00 00 >
+	<processor-specific type 0xc0009000 data: 30 00 00 00 >
-- 
2.29.2



More information about the Binutils mailing list