public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-2261] docs: fix s/ei_safe_safe/ei_safe_edge/ typo
@ 2021-07-12 22:47 Sergei Trofimovich
  0 siblings, 0 replies; only message in thread
From: Sergei Trofimovich @ 2021-07-12 22:47 UTC (permalink / raw)
  To: gcc-cvs

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


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

only message in thread, other threads:[~2021-07-12 22:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-12 22:47 [gcc r12-2261] docs: fix s/ei_safe_safe/ei_safe_edge/ typo Sergei Trofimovich

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).