public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "cvs-commit at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c/99304] [11 Regression] typo in diagnostic: refernced
Date: Sun, 28 Feb 2021 10:13:14 +0000	[thread overview]
Message-ID: <bug-99304-4-xtMYbTfYYj@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-99304-4@http.gcc.gnu.org/bugzilla/>

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99304

--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jakub Jelinek <jakub@gcc.gnu.org>:

https://gcc.gnu.org/g:d3805e6d575752141888dc29af7f0337df8a2f72

commit r11-7432-gd3805e6d575752141888dc29af7f0337df8a2f72
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Sun Feb 28 11:10:44 2021 +0100

    typos: Fix various typos - mainly misspelled reference* [PR99304]

    The PR is about a typo in handle_malloc_attribute diagnostic message,
    but grepping around I found many other cases and while fixing those I've
    noticed a couple of other typos.

    2021-02-28  Jakub Jelinek  <jakub@redhat.com>

            PR c/99304
            * ipa.c (symbol_table::remove_unreachable_nodes): Fix a comment
            typo - referneced -> referenced.
            * tree.c (component_ref_size): Fix comment typo -
            refernce -> reference.
            * tree-ssa-alias.c (access_path_may_continue_p): Fix comment typo -
            traling -> trailing.
            (aliasing_component_refs_p): Fix comment typos -
            refernce -> reference and refernece -> reference and
            traling -> trailing.
            (nonoverlapping_refs_since_match_p): Fix comment typo -
            referneces -> references.
            * doc/invoke.texi (--param modref-max-bases): Fix a typo -
            referneces -> references.
    gcc/c-family/
            * c-attribs.c (handle_malloc_attribute): Fix a typo in inform
            message - refernced -> referenced.  Remove superfluous space before
            closing paren of function calls.
    gcc/lto/
            * lto-symtab.c (lto_symtab_prevailing_virtual_decl): Fix comment
            typos - refernced -> referenced and
            devirtualizaiton -> devirtualization.

  parent reply	other threads:[~2021-02-28 10:13 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-27 12:54 [Bug c/99304] New: " roland.illig at gmx dot de
2021-02-27 12:56 ` [Bug c/99304] " redi at gcc dot gnu.org
2021-02-27 12:57 ` [Bug c/99304] [11 Regression] " redi at gcc dot gnu.org
2021-02-27 14:50 ` jakub at gcc dot gnu.org
2021-02-28 10:13 ` cvs-commit at gcc dot gnu.org [this message]
2021-02-28 10:19 ` jakub at gcc dot gnu.org
2021-02-28 11:41 ` roland.illig at gmx dot de

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=bug-99304-4-xtMYbTfYYj@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@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).