From: Martin Liska Date: Mon, 8 Aug 2022 11:22:26 +0000 (+0200) Subject: ld: fix NEWS typos X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=357860e3774abf522a3c2cc1eaa3da69a7142eee;p=binutils-gdb.git ld: fix NEWS typos ld/ChangeLog: * NEWS: Fix 2 typos. --- diff --git a/ld/NEWS b/ld/NEWS index 40f7059b897..355752e6b24 100644 --- a/ld/NEWS +++ b/ld/NEWS @@ -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= is now supported in an output section description to set the section type value.