public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
* [binutils-gdb] ld: fix typo in --enable-warn-rwx-segments help
@ 2023-07-31 15:00 Nick Clifton
  0 siblings, 0 replies; only message in thread
From: Nick Clifton @ 2023-07-31 15:00 UTC (permalink / raw)
  To: bfd-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=3d05c80b5dc47de626bed24d2a238e7a3309545e

commit 3d05c80b5dc47de626bed24d2a238e7a3309545e
Author: Sam James <sam@gentoo.org>
Date:   Mon Jul 31 16:00:32 2023 +0100

    ld: fix typo in --enable-warn-rwx-segments help

Diff:
---
 ld/configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ld/configure.ac b/ld/configure.ac
index 77edac3258c..217ef7b2733 100644
--- a/ld/configure.ac
+++ b/ld/configure.ac
@@ -228,7 +228,7 @@ esac])
 ac_default_ld_warn_rwx_segments=unset
 AC_ARG_ENABLE(warn-rwx-segments,
 	      AS_HELP_STRING([--enable-warn-rwx-segments],
-	      [enable warnings when creating segements with RWX permissions]),
+	      [enable warnings when creating segments with RWX permissions]),
 [case "${enableval}" in
   yes) ac_default_ld_warn_rwx_segments=1 ;;
   no)  ac_default_ld_warn_rwx_segments=0 ;;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-07-31 15:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-31 15:00 [binutils-gdb] ld: fix typo in --enable-warn-rwx-segments help Nick Clifton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).