fix typo
[oota-llvm.git] / 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();