aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/llvm/Analysis/InductionVariable.h2
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