diff options
author | Chris Lattner <sabre@nondot.org> | 2003-12-22 04:08:12 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-12-22 04:08:12 +0000 |
commit | ad4705f055d098c5ae365139da574bab0f113fea (patch) | |
tree | 16b8740e25f6fef8478863c968e0fceee2758c69 | |
parent | 5de946f9f2ac0b51a2e7f35aa433a612e43498bf (diff) | |
download | external_llvm-ad4705f055d098c5ae365139da574bab0f113fea.zip external_llvm-ad4705f055d098c5ae365139da574bab0f113fea.tar.gz external_llvm-ad4705f055d098c5ae365139da574bab0f113fea.tar.bz2 |
fix grammao
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10576 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/Analysis/InductionVariable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Analysis/InductionVariable.h b/include/llvm/Analysis/InductionVariable.h index 6c06a6c..cc4b4b1 100644 --- a/include/llvm/Analysis/InductionVariable.h +++ b/include/llvm/Analysis/InductionVariable.h @@ -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 |