summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2020-12-12 19:52:49 +0300
committerMark Wielaard <mark@klomp.org>2020-12-12 18:06:28 +0100
commit98b69a97591f306d2c5655a71472055b33493528 (patch)
tree7906d5bd86c07ffb4f27df6750bdffd697e0da9b /NEWS
parent29d3b65896f6d5f5650ab347d43c12e9e0f578d8 (diff)
downloadelfutils-98b69a97591f306d2c5655a71472055b33493528.tar.gz
Fix spelling typos in NEWS, NOTES, TODO, and in comments of configure.ac
accidently -> accidentally approriate -> appropriate depencies -> dependencies endianess -> endianness funtions -> functions indeces -> indices indentified -> identified ist -> is mutliple -> multiple nessesary -> necessary optimze -> optimize severly -> severely suport -> support tranformation -> transformation Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS18
1 files changed, 9 insertions, 9 deletions
diff --git a/NEWS b/NEWS
index 4e94f1c1..caf20dd4 100644
--- a/NEWS
+++ b/NEWS
@@ -128,7 +128,7 @@ Fixes CVE-2019-7146, CVE-2019-7148, CVE-2019-7149, CVE-2019-7150,
Version 0.175
-readelf: Handle mutliple .debug_macro sections.
+readelf: Handle multiple .debug_macro sections.
Recognize and parse GNU Property notes, NT_VERSION notes
and GNU Build Attribute ELF Notes.
@@ -629,7 +629,7 @@ Version 0.140:
libelf: Fix regression in creation of section header
-libdwfl: Less strict behavior if DWARF reader ist just used to display data
+libdwfl: Less strict behavior if DWARF reader is just used to display data
Version 0.139:
@@ -939,7 +939,7 @@ strip: support Linux kernel modules
Version 0.106:
libdw: Updated dwarf.h from DWARF3 spec
-libdw: add new funtions dwarf_func_entrypc, dwarf_func_file, dwarf_func_line,
+libdw: add new functions dwarf_func_entrypc, dwarf_func_file, dwarf_func_line,
dwarf_func_col, dwarf_getsrc_file
Version 0.105:
@@ -1049,7 +1049,7 @@ libelf: change to GPL from OSL1 for now.
Version 0.90:
libebl: Recognize a few more section types and dynamic tags and return
-approriate strings.
+appropriate strings.
Version 0.89:
@@ -1151,11 +1151,11 @@ Version 0.73:
Version 0.72:
-libelf: and yet more fun with endian tranformation at output time.
+libelf: and yet more fun with endian transformation at output time.
Version 0.71:
-libelf: more fun with endian tranformation at output time. Add test for it.
+libelf: more fun with endian transformation at output time. Add test for it.
Version 0.70:
@@ -1166,7 +1166,7 @@ libelf: add unlikely in some more places.
Version 0.69:
-libelf: fix output routines to handle case where section indeces and
+libelf: fix output routines to handle case where section indices and
ordre in the output file don't match correctly. Patch by Jakub.
elflint: fix test of note section content for 64-bit platforms and files
@@ -1341,7 +1341,7 @@ General: fix a few problem gcc 3.1 had with the code.
libelf: implement {gelf,elf32,elf64}_checksum
-libelf: optimze DSO: fewer relocations, fewer PLTs
+libelf: optimize DSO: fewer relocations, fewer PLTs
add msg_tst test
@@ -1586,7 +1586,7 @@ Version 0.16:
more work on assigning input sections to output sections.
-Add gelf_xlatetof and gelf_xlatetom which were accidently left out.
+Add gelf_xlatetof and gelf_xlatetom which were accidentally left out.
Fix memory handling of section headers.