public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Iain D Sandoe <iains@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r12-6112] Darwin: Amend a comment to be more inclusive [NFC].
Date: Fri, 24 Dec 2021 11:01:51 +0000 (GMT)	[thread overview]
Message-ID: <20211224110151.A143D3858C27@sourceware.org> (raw)

https://gcc.gnu.org/g:43dadcf3e7b0cba5a3ed3a8414b77e3fd75dfcd0

commit r12-6112-g43dadcf3e7b0cba5a3ed3a8414b77e3fd75dfcd0
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Fri Dec 24 10:59:35 2021 +0000

    Darwin: Amend a comment to be more inclusive [NFC].
    
    As per title.
    
    Signed-off-by: Iain Sandoe <iain@sandoe.co.uk>
    
    gcc/ChangeLog:
    
            * config/darwin.c (darwin_override_options): Make a comment
            more inclusive.

Diff:
---
 gcc/config/darwin.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gcc/config/darwin.c b/gcc/config/darwin.c
index 5045b68e8af..c8e8b9d9f86 100644
--- a/gcc/config/darwin.c
+++ b/gcc/config/darwin.c
@@ -3339,10 +3339,10 @@ darwin_override_options (void)
 
    /* Disable -freorder-blocks-and-partition when unwind tables are being
       emitted for Darwin < 9 (OSX 10.5).
-      The strategy is, "Unless the User has specifically set/unset an unwind
+      The strategy is, "Unless the user has specifically set/unset an unwind
       flag we will switch off -freorder-blocks-and-partition when unwind tables
-      will be generated".  If the User specifically sets flags... we assume
-      (s)he knows why...  */
+      will be generated".  If the user specifically sets flags, we have to
+      assume they know why.  */
    if (generating_for_darwin_version < 9
        && OPTION_SET_P (flag_reorder_blocks_and_partition)
        && flag_reorder_blocks_and_partition


                 reply	other threads:[~2021-12-24 11:01 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211224110151.A143D3858C27@sourceware.org \
    --to=iains@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).