From 0b94b8c80d9c200ba0faf89306770073f81dc19e Mon Sep 17 00:00:00 2001
From: aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Sat, 16 Apr 2005 21:28:15 +0000
Subject: [PATCH] * tree-scalar-evolution.c (interpret_rhs_modify_expr): Fix
 typo in comment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98237 138bc75d-0d04-0410-961f-82ee72b054a4
---
 gcc/ChangeLog               | 5 +++++
 gcc/tree-scalar-evolution.c | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index ebc2c12bd627..38556bf32714 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2005-04-16  Alexandre Oliva  <aoliva@redhat.com>
+
+	* tree-scalar-evolution.c (interpret_rhs_modify_expr): Fix typo in
+	comment.
+
 2005-04-16  Roger Sayle  <roger@eyesopen.com>
 	    Steven Bosscher  <stevenb@suse.de>
 
diff --git a/gcc/tree-scalar-evolution.c b/gcc/tree-scalar-evolution.c
index ffead4903b77..e7c75455005e 100644
--- a/gcc/tree-scalar-evolution.c
+++ b/gcc/tree-scalar-evolution.c
@@ -1658,7 +1658,7 @@ interpret_condition_phi (struct loop *loop, tree condition_phi)
 }
 
 /* Interpret the right hand side of a modify_expr OPND1.  If we didn't
-   analyzed this node before, follow the definitions until ending
+   analyze this node before, follow the definitions until ending
    either on an analyzed modify_expr, or on a loop-phi-node.  On the
    return path, this function propagates evolutions (ala constant copy
    propagation).  OPND1 is not a GIMPLE expression because we could
-- 
GitLab