Fix a type in a comment

Thanks to Sean Silva for pointing it out.

llvm-svn: 258410
This commit is contained in:
Philip Reames 2016-01-21 17:32:12 +00:00
parent 10494aca05
commit 82e0f15f86
1 changed files with 1 additions and 1 deletions

View File

@ -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: