]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
ld: fix NEWS typos
authorMartin Liska <mliska@suse.cz>
Mon, 8 Aug 2022 11:22:26 +0000 (13:22 +0200)
committerMartin Liska <mliska@suse.cz>
Mon, 8 Aug 2022 11:22:26 +0000 (13:22 +0200)
ld/ChangeLog:

* NEWS: Fix 2 typos.

ld/NEWS

diff --git a/ld/NEWS b/ld/NEWS
index 40f7059b8975698a96ab2c1a4b820db4ecfc83a1..355752e6b24b77dc503716f57ffc2f13154048ab 100644 (file)
--- 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=<type> is now supported in an output section description to set the
   section type value.