aboutsummaryrefslogtreecommitdiff
path: root/gcc/loop.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/loop.c
parent112cdef5e66fccce5475fabb5317805e012dc212 (diff)
downloadgcc-454ff5cbf0544db194bc0b1a87902f913ab93faa.zip
gcc-454ff5cbf0544db194bc0b1a87902f913ab93faa.tar.gz
gcc-454ff5cbf0544db194bc0b1a87902f913ab93faa.tar.bz2
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/loop.c')
-rw-r--r--gcc/loop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/loop.c b/gcc/loop.c
index ded07ef..0f62789 100644
--- a/gcc/loop.c
+++ b/gcc/loop.c
@@ -3558,7 +3558,7 @@ note_addr_stored (rtx x, rtx y ATTRIBUTE_UNUSED,
}
/* X is a value modified by an INSN that references a biv inside a loop
- exit test (ie, X is somehow related to the value of the biv). If X
+ exit test (i.e., X is somehow related to the value of the biv). If X
is a pseudo that is used more than once, then the biv is (effectively)
used more than once. DATA is a pointer to a loop_regs structure. */