aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1996-09-23 10:25:56 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1996-09-23 10:25:56 -0400
commita2cabb29bdf400bb81581e68f0fb36c4802bc343 (patch)
treeb314f8f4e8e45e9242adbf5491cfc2e1c860e94c
parentf4ca236c56cd538011d27f23a2d2f08091fb3c9f (diff)
downloadgcc-a2cabb29bdf400bb81581e68f0fb36c4802bc343.zip
gcc-a2cabb29bdf400bb81581e68f0fb36c4802bc343.tar.gz
gcc-a2cabb29bdf400bb81581e68f0fb36c4802bc343.tar.bz2
Correct comments.
From-SVN: r12775
-rw-r--r--gcc/cse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cse.c b/gcc/cse.c
index b54854e..1e8dd6a 100644
--- a/gcc/cse.c
+++ b/gcc/cse.c
@@ -2602,7 +2602,7 @@ canon_reg (x, insn)
return x;
}
-/* LOC is a location with INSN that is an operand address (the contents of
+/* LOC is a location within INSN that is an operand address (the contents of
a MEM). Find the best equivalent address to use that is valid for this
insn.