fix typo
authorWojciech Matyjewicz <wmatyjewicz@fastmail.fm>
Fri, 4 Jan 2008 20:04:08 +0000 (20:04 +0000)
committerWojciech Matyjewicz <wmatyjewicz@fastmail.fm>
Fri, 4 Jan 2008 20:04:08 +0000 (20:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45595 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/LoopInfo.h

index a70194de33e2e19a7aec04d06688cd1954b42296..21051ad61c67f5fb2cbec85b2a78c6db75e18d5c 100644 (file)
@@ -88,7 +88,7 @@ public:
   BlockT *getHeader() const { return Blocks.front(); }
   LoopBase<BlockT> *getParentLoop() const { return ParentLoop; }
 
-  /// contains - Return true of the specified basic block is in this loop
+  /// contains - Return true if the specified basic block is in this loop
   ///
   bool contains(const BlockT *BB) const {
     return std::find(Blocks.begin(), Blocks.end(), BB) != Blocks.end();