diff options
| -rw-r--r-- | llvm/include/llvm/Analysis/LoopInfo.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Analysis/LoopInfo.h b/llvm/include/llvm/Analysis/LoopInfo.h index 787c24b9770..03b7ccf46ea 100644 --- a/llvm/include/llvm/Analysis/LoopInfo.h +++ b/llvm/include/llvm/Analysis/LoopInfo.h @@ -353,7 +353,7 @@ raw_ostream& operator<<(raw_ostream &OS, const LoopBase<BlockT, LoopT> &Loop) {  extern template class LoopBase<BasicBlock, Loop>; -/// 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<BasicBlock, Loop> {  public:  | 

