diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2021-02-20 05:55:42 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2021-02-20 05:55:42 -0800 |
commit | 8c3853d9e88e5bb607557730553d43f9fd3972e8 (patch) | |
tree | 05d5561c38d26e62d2cefa6399ebdcdf178e2f78 /binutils/readelf.c | |
parent | 4d496013a253a068fe2f8c3a9f8a72efe298a790 (diff) | |
download | gdb-8c3853d9e88e5bb607557730553d43f9fd3972e8.zip gdb-8c3853d9e88e5bb607557730553d43f9fd3972e8.tar.gz gdb-8c3853d9e88e5bb607557730553d43f9fd3972e8.tar.bz2 |
readelf: Replace procesor with processor
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.
Diffstat (limited to 'binutils/readelf.c')
-rw-r--r-- | binutils/readelf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/readelf.c b/binutils/readelf.c index 755634d..9510a8d 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) |