diff options
author | Martin Liska <mliska@suse.cz> | 2022-08-08 13:22:26 +0200 |
---|---|---|
committer | Martin Liska <mliska@suse.cz> | 2022-08-08 13:22:26 +0200 |
commit | 357860e3774abf522a3c2cc1eaa3da69a7142eee (patch) | |
tree | de24c309e227fb4ef80c991e63b6e2ec2aee3849 /ld/NEWS | |
parent | e838f9c2844ab5701806b4071d39dca3998c18f7 (diff) | |
download | binutils-357860e3774abf522a3c2cc1eaa3da69a7142eee.zip binutils-357860e3774abf522a3c2cc1eaa3da69a7142eee.tar.gz binutils-357860e3774abf522a3c2cc1eaa3da69a7142eee.tar.bz2 |
ld: fix NEWS typos
ld/ChangeLog:
* NEWS: Fix 2 typos.
Diffstat (limited to 'ld/NEWS')
-rw-r--r-- | ld/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -27,10 +27,10 @@ Changes in 2.39: --enable-warn-rwx-segments=no will make --no-warn-rwx-segments enabled by default. - --enable-defaul-execstack=no + --enable-default-execstack=no will stop the creation of an executable stack simply because an input file is missing a .note.GNU-stack section, even on architectures where this - ehaviour is the default. + behaviour is the default. * TYPE=<type> is now supported in an output section description to set the section type value. |