public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Sergei Trofimovich <slyfox@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r12-2261] docs: fix s/ei_safe_safe/ei_safe_edge/ typo
Date: Mon, 12 Jul 2021 22:47:22 +0000 (GMT)	[thread overview]
Message-ID: <20210712224722.99DC0385503E@sourceware.org> (raw)

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

commit r12-2261-ge61afa0c2fb633b037368c067d4744c07349a2eb
Author: Sergei Trofimovich <siarheit@google.com>
Date:   Mon Jul 12 23:45:38 2021 +0100

    docs: fix s/ei_safe_safe/ei_safe_edge/ typo
    
    gcc/ChangeLog:
            * doc/cfg.texi: Fix s/ei_safe_safe/ei_safe_edge/ typo.

Diff:
---
 gcc/doc/cfg.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/doc/cfg.texi b/gcc/doc/cfg.texi
index 7ff2be858d1..e70ada201b5 100644
--- a/gcc/doc/cfg.texi
+++ b/gcc/doc/cfg.texi
@@ -225,7 +225,7 @@ point to the previous edge in the sequence.
 This function returns the @code{edge} currently pointed to by an
 @code{edge_iterator}.
 
-@item ei_safe_safe
+@item ei_safe_edge
 This function returns the @code{edge} currently pointed to by an
 @code{edge_iterator}, but returns @code{NULL} if the iterator is
 pointing at the end of the sequence.  This function has been provided


                 reply	other threads:[~2021-07-12 22:47 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=20210712224722.99DC0385503E@sourceware.org \
    --to=slyfox@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).