public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] ld: fix typo in --enable-warn-rwx-segments help
@ 2023-07-28 18:55 Sam James
  2023-07-31 15:01 ` Nick Clifton
  0 siblings, 1 reply; 2+ messages in thread
From: Sam James @ 2023-07-28 18:55 UTC (permalink / raw)
  To: binutils; +Cc: nickc, Sam James

Signed-off-by: Sam James <sam@gentoo.org>
---
 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 ;;
-- 
2.41.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] ld: fix typo in --enable-warn-rwx-segments help
  2023-07-28 18:55 [PATCH] ld: fix typo in --enable-warn-rwx-segments help Sam James
@ 2023-07-31 15:01 ` Nick Clifton
  0 siblings, 0 replies; 2+ messages in thread
From: Nick Clifton @ 2023-07-31 15:01 UTC (permalink / raw)
  To: Sam James, binutils

Hi Sam,

> -	      [enable warnings when creating segements with RWX permissions]),
> +	      [enable warnings when creating segments with RWX permissions]),

Doh!  Thanks for pointing this out.  I have applied your patch.

Cheers
   Nick



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-07-31 15:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-28 18:55 [PATCH] ld: fix typo in --enable-warn-rwx-segments help Sam James
2023-07-31 15:01 ` 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).