diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2005-07-26 13:53:54 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-07-26 13:53:54 +0000 |
commit | a4174ebf41fcfc398b6868b1c71f3172993f76da (patch) | |
tree | 83ff3048fa7a8e7cb36c934689aa6162ade2a096 /gcc/doc/tree-ssa.texi | |
parent | 783455db8ddf91d0777657edea22b3d285425e59 (diff) | |
download | gcc-a4174ebf41fcfc398b6868b1c71f3172993f76da.zip gcc-a4174ebf41fcfc398b6868b1c71f3172993f76da.tar.gz gcc-a4174ebf41fcfc398b6868b1c71f3172993f76da.tar.bz2 |
calls.c, [...]: Fix comment typos.
* calls.c, fold-const.c, ipa-reference.c, ipa-type-escape.c,
tree-ssa-reassoc.c, tree-ssa-structalias.c, vec.h,
config/crx/crx.c, config/m32c/m32c.c, config/m32c/m32c.h: Fix
comment typos.
* doc/c-tree.texi, doc/tree-ssa.texi: Fix typos.
From-SVN: r102385
Diffstat (limited to 'gcc/doc/tree-ssa.texi')
-rw-r--r-- | gcc/doc/tree-ssa.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/tree-ssa.texi b/gcc/doc/tree-ssa.texi index 42d7c43..cbc08a1 100644 --- a/gcc/doc/tree-ssa.texi +++ b/gcc/doc/tree-ssa.texi @@ -436,7 +436,7 @@ the compiler does not know whether such a goto statement exits the first sequence or not, so we assume that it doesn't). After the second sequence is executed, if it completes normally by -falling off the end, execution continues whereever the first sequence +falling off the end, execution continues wherever the first sequence would have continued, by falling off the end, or doing a goto, etc. @code{TRY_FINALLY_EXPR} complicates the flow graph, since the cleanup |