diff options
author | aldot <aldot@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-04-08 18:09:11 +0000 |
---|---|---|
committer | aldot <aldot@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-04-08 18:09:11 +0000 |
commit | 0ff6e7cc090de4927de0b68d40d53f17f9bc0ed8 (patch) | |
tree | 2edbc970c93a62d6bb9ea55dc405d35d83c53771 /gcc/doc/cfg.texi | |
parent | db36f475b0b6a629df011774dac7cd3ec3d78a2f (diff) | |
download | gcc-0ff6e7cc090de4927de0b68d40d53f17f9bc0ed8.tar.gz |
doc/cfg.texi (GIMPLE statement iterators): Fix typo
2015-04-08 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
* doc/cfg.texi (GIMPLE statement iterators): Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@221926 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/cfg.texi')
-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 b77d9fa7f45..ff62b140872 100644 --- a/gcc/doc/cfg.texi +++ b/gcc/doc/cfg.texi @@ -543,7 +543,7 @@ When changes need to be applied to a function in its @code{GIMPLE} representation, @dfn{GIMPLE statement iterators} should be used. These iterators provide an integrated abstraction of the flow graph and the instruction stream. Block statement iterators are constructed using -the @code{gimple_stmt_iterator} data structure and several modifier are +the @code{gimple_stmt_iterator} data structure and several modifiers are available, including the following: @ftable @code |