aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-mudflap.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-09-10 15:09:39 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-09-10 15:09:39 +0000
commit89dbed81f485455d27b9822c1de921571580fe65 (patch)
treeeba8a248439b41ccd8953fe4272dee8155596f4d /gcc/tree-mudflap.c
parent094e84faf02b3bc9c09cfadf76110965176d688f (diff)
downloadgcc-89dbed81f485455d27b9822c1de921571580fe65.zip
gcc-89dbed81f485455d27b9822c1de921571580fe65.tar.gz
gcc-89dbed81f485455d27b9822c1de921571580fe65.tar.bz2
bb-reorder.c, [...]: Fix comment typos.
* bb-reorder.c, c-common.c, c-incpath.c, c-typeck.c, genrecog.c, lambda-code.c, mips-tdump.c, mips-tfile.c, passes.c, tree-data-ref.c, tree-data-ref.h, tree-mudflap.c, tree-scalar-evolution.c, tree-ssa-copyrename.c, tree-ssa-live.c, tree-ssa-live.h: Fix comment typos. From-SVN: r87302
Diffstat (limited to 'gcc/tree-mudflap.c')
-rw-r--r--gcc/tree-mudflap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-mudflap.c b/gcc/tree-mudflap.c
index ba589f9..18cddf8 100644
--- a/gcc/tree-mudflap.c
+++ b/gcc/tree-mudflap.c
@@ -634,7 +634,7 @@ mf_build_check_statement_for (tree addr, tree size,
The lowered GIMPLE tree representing this code is in the statement
list starting at 'head'.
- We can insert this now in the current basic block, ie. the one that
+ We can insert this now in the current basic block, i.e. the one that
the statement we're instrumenting was originally in. */
bsi = bsi_last (cond_bb);
for (tsi = head; ! tsi_end_p (tsi); tsi_next (&tsi))