diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2008-09-13 18:54:58 +0000 |
---|---|---|
committer | Ralf Wildenhues <rwild@gcc.gnu.org> | 2008-09-13 18:54:58 +0000 |
commit | d1facce0e3947c1761f18f384adeb51de4411847 (patch) | |
tree | 25d86108a6d1125f07a8d4a7a8590a6644e3e2c0 /gcc/doc/cfg.texi | |
parent | 42ea03fb16ac9a6d732edd04c9f036fa6f0cf71e (diff) | |
download | gcc-d1facce0e3947c1761f18f384adeb51de4411847.zip gcc-d1facce0e3947c1761f18f384adeb51de4411847.tar.gz gcc-d1facce0e3947c1761f18f384adeb51de4411847.tar.bz2 |
cfg.texi: Fix some typos.
gcc/
* doc/cfg.texi: Fix some typos.
* doc/extend.texi: Likewise.
* doc/install.texi: Likewise.
* doc/invoke.texi: Likewise.
* doc/rtl.texi: Likewise.
* doc/tree-ssa.texi: Likewise.
From-SVN: r140347
Diffstat (limited to 'gcc/doc/cfg.texi')
-rw-r--r-- | gcc/doc/cfg.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/doc/cfg.texi b/gcc/doc/cfg.texi index 80440af..323f6b5 100644 --- a/gcc/doc/cfg.texi +++ b/gcc/doc/cfg.texi @@ -513,9 +513,9 @@ containing the queried statement. When changes need to be applied to a function in its @code{tree} representation, @dfn{block statement iterators} should be used. These iterators provide an integrated abstraction of the flow graph and the -instruction stream. Block statement iterators iterators are -constructed using the @code{block_stmt_iterator} data structure and -several modifier are available, including the following: +instruction stream. Block statement iterators are constructed using +the @code{block_stmt_iterator} data structure and several modifier are +available, including the following: @ftable @code @item bsi_start |