[llvm] r258410 - Fix a type in a comment

Philip Reames via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 21 09:32:12 PST 2016


Author: reames
Date: Thu Jan 21 11:32:12 2016
New Revision: 258410

URL: http://llvm.org/viewvc/llvm-project?rev=258410&view=rev
Log:
Fix a type in a comment

Thanks to Sean Silva for pointing it out.


Modified:
    llvm/trunk/include/llvm/Analysis/LoopInfo.h

Modified: llvm/trunk/include/llvm/Analysis/LoopInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Analysis/LoopInfo.h?rev=258410&r1=258409&r2=258410&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Analysis/LoopInfo.h (original)
+++ llvm/trunk/include/llvm/Analysis/LoopInfo.h Thu Jan 21 11:32:12 2016
@@ -353,7 +353,7 @@ raw_ostream& operator<<(raw_ostream &OS,
 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:




More information about the llvm-commits mailing list