fix grammao
authorChris Lattner <sabre@nondot.org>
Mon, 22 Dec 2003 04:08:12 +0000 (04:08 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 22 Dec 2003 04:08:12 +0000 (04:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10576 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/InductionVariable.h

index 6c06a6c065c9fa67f0217627cf74013eb733c48b..cc4b4b1a4469709579ba1fd11c282a29ce869e72 100644 (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