This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH, doc, committed] cfg.texi (GIMPLE statement iterators): Fix typo


Hi,

Committed as r221926.

2015-04-08  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>

* doc/cfg.texi (GIMPLE statement iterators): Fix typo.
Index: gcc/doc/cfg.texi
===================================================================
--- gcc/doc/cfg.texi	(revision 221925)
+++ gcc/doc/cfg.texi	(revision 221926)
@@ -543,7 +543,7 @@
 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
Index: gcc/ChangeLog
===================================================================
--- gcc/ChangeLog	(revision 221925)
+++ gcc/ChangeLog	(revision 221926)
@@ -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>

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]