fix grammao

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10576 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-12-22 04:08:12 +00:00
parent 5de946f9f2
commit ad4705f055

View File

@ -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