aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <aldot@gcc.gnu.org>2015-04-08 20:09:11 +0200
committerBernhard Reutner-Fischer <aldot@gcc.gnu.org>2015-04-08 20:09:11 +0200
commit5817d9f9b70829db4be0801b3e22659a9a668f78 (patch)
tree2edbc970c93a62d6bb9ea55dc405d35d83c53771
parenta876b410369ec708b2788799e837fe8a2b242cb1 (diff)
downloadgcc-5817d9f9b70829db4be0801b3e22659a9a668f78.zip
gcc-5817d9f9b70829db4be0801b3e22659a9a668f78.tar.gz
gcc-5817d9f9b70829db4be0801b3e22659a9a668f78.tar.bz2
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. From-SVN: r221926
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/cfg.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 54569fb..130f9ec 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,9 @@
2015-04-08 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
+ * doc/cfg.texi (GIMPLE statement iterators): Fix typo.
+
+2015-04-08 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
+
* varasm.c (emit_local): Move definition of align.
2015-04-08 Julian Brown <julian@codesourcery.com>
diff --git a/gcc/doc/cfg.texi b/gcc/doc/cfg.texi
index b77d9fa..ff62b14 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