diff options
author | Sergei Trofimovich <siarheit@google.com> | 2021-07-12 23:45:38 +0100 |
---|---|---|
committer | Sergei Trofimovich <siarheit@google.com> | 2021-07-12 23:46:58 +0100 |
commit | e61afa0c2fb633b037368c067d4744c07349a2eb (patch) | |
tree | 3277f767d68662ce3ad1aef878df56f0d0e93e3b | |
parent | 8d75b8830e9dafb4e0c400c723653512adf40295 (diff) | |
download | gcc-e61afa0c2fb633b037368c067d4744c07349a2eb.zip gcc-e61afa0c2fb633b037368c067d4744c07349a2eb.tar.gz gcc-e61afa0c2fb633b037368c067d4744c07349a2eb.tar.bz2 |
docs: fix s/ei_safe_safe/ei_safe_edge/ typo
gcc/ChangeLog:
* doc/cfg.texi: Fix s/ei_safe_safe/ei_safe_edge/ typo.
-rw-r--r-- | gcc/doc/cfg.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/cfg.texi b/gcc/doc/cfg.texi index 7ff2be8..e70ada2 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 |