From ad4705f055d098c5ae365139da574bab0f113fea Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 22 Dec 2003 04:08:12 +0000 Subject: [PATCH] fix grammao git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10576 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Analysis/InductionVariable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/Analysis/InductionVariable.h b/include/llvm/Analysis/InductionVariable.h index 6c06a6c065c..cc4b4b1a446 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 -- 2.34.1