summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 54569fb5500..130f9ec297f 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 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