summaryrefslogtreecommitdiff
path: root/gcc/domwalk.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-09-18 19:47:10 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-09-18 19:47:10 +0000
commit454ff5cbf0544db194bc0b1a87902f913ab93faa (patch)
tree415e77fa8943b51c9cb97549ca6147abb08d118f /gcc/domwalk.c
parent112cdef5e66fccce5475fabb5317805e012dc212 (diff)
alias.c, [...]: Fix comment typos.
* alias.c, crtstuff.c, dbxout.c, domwalk.c, domwalk.h, gcc.c, gcse.c, global.c, lambda-code.c, loop.c, mips-tdump.c, optabs.h, predict.c, reg-stack.c, regclass.c, sched-rgn.c, tree-optimize.c, tree-ssa-dom.c, tree-ssa-forwprop.c, tree-ssa-operands.c, tree-ssa-phiopt.c, tree-ssa-threadupdate.c: Fix comment typos. From-SVN: r87707
Diffstat (limited to 'gcc/domwalk.c')
-rw-r--r--gcc/domwalk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/domwalk.c b/gcc/domwalk.c
index ce0ccd113e4..7ac7ecf4f3e 100644
--- a/gcc/domwalk.c
+++ b/gcc/domwalk.c
@@ -52,7 +52,7 @@ Boston, MA 02111-1307, USA. */
[ Note this walker can also walk the post-dominator tree, which is
- defined in a similar manner. ie, block B1 is said to post-dominate
+ defined in a similar manner. i.e., block B1 is said to post-dominate
block B2 if all paths from B2 to the exit block must pass through
B1. ]