[llvm-commits] CVS: llvm/include/llvm/Analysis/InductionVariable.h

Chris Lattner lattner at cs.uiuc.edu
Sun Dec 21 22:09:00 PST 2003


Changes in directory llvm/include/llvm/Analysis:

InductionVariable.h updated: 1.8 -> 1.9

---
Log message:

fix grammao


---
Diffs of the changes:  (+1 -1)

Index: llvm/include/llvm/Analysis/InductionVariable.h
diff -u llvm/include/llvm/Analysis/InductionVariable.h:1.8 llvm/include/llvm/Analysis/InductionVariable.h:1.9
--- llvm/include/llvm/Analysis/InductionVariable.h:1.8	Tue Nov 11 16:41:31 2003
+++ llvm/include/llvm/Analysis/InductionVariable.h	Sun Dec 21 22:08:12 2003
@@ -9,7 +9,7 @@
 //
 // This interface is used to identify and classify induction variables that
 // exist in the program.  Induction variables must contain a PHI node that
-// exists in a loop header.  Because of this, they are identified an managed by
+// exists in a loop header.  Because of this, they are identified and managed by
 // this PHI node.
 //
 // Induction variables are classified into a type.  Knowing that an induction





More information about the llvm-commits mailing list