doc/cfg.texi (GIMPLE statement iterators): Fix typo
authorBernhard Reutner-Fischer <aldot@gcc.gnu.org>
Wed, 8 Apr 2015 18:09:11 +0000 (20:09 +0200)
committerBernhard Reutner-Fischer <aldot@gcc.gnu.org>
Wed, 8 Apr 2015 18:09:11 +0000 (20:09 +0200)
2015-04-08  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>

* doc/cfg.texi (GIMPLE statement iterators): Fix typo.

From-SVN: r221926

gcc/ChangeLog
gcc/doc/cfg.texi

index 54569fb55005b7bb03f656b65762ffa8cc79159b..130f9ec297fe5aadcd3c73e541e51ac70c913477 100644 (file)
@@ -1,3 +1,7 @@
+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.
index b77d9fa7f459af3786a4adb27eb6060af0a9de3b..ff62b140872cc8597508eb539f4ae04e884739e4 100644 (file)
@@ -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