typo spotted by duncan.
authorChris Lattner <sabre@nondot.org>
Mon, 16 Nov 2009 03:51:42 +0000 (03:51 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 16 Nov 2009 03:51:42 +0000 (03:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@88884 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/LazyValueInfo.cpp

index 1f7f1933913175b8c5d9cadad172372bd7c39cdf..5796c6fe1acce313b943ae3080f41970e6691f70 100644 (file)
@@ -270,7 +270,7 @@ namespace {
     /// This is all of the cached information about this value.
     ValueCacheEntryTy &Cache;
     
-    ///  NewBlocks - This is a mpping of the new BasicBlocks which have been
+    ///  NewBlocks - This is a mapping of the new BasicBlocks which have been
     /// added to cache but that are not in sorted order.
     DenseMap<BasicBlock*, LVILatticeVal> NewBlockInfo;
   public: