diff --git a/include/llvm/Analysis/LoopInfo.h b/include/llvm/Analysis/LoopInfo.h index 787c24b9770..03b7ccf46ea 100644 --- a/include/llvm/Analysis/LoopInfo.h +++ b/include/llvm/Analysis/LoopInfo.h @@ -353,7 +353,7 @@ raw_ostream& operator<<(raw_ostream &OS, const LoopBase &Loop) { extern template class LoopBase; -/// Represents a single loop in the control flow graph. Not that not all SCCs +/// Represents a single loop in the control flow graph. Note that not all SCCs /// in the CFG are neccessarily loops. class Loop : public LoopBase { public: