From: Chris Lattner Date: Mon, 22 Dec 2003 04:08:12 +0000 (+0000) Subject: fix grammao X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ad4705f055d098c5ae365139da574bab0f113fea;p=oota-llvm.git fix grammao git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10576 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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