From: Chris Lattner Date: Mon, 16 Nov 2009 03:51:42 +0000 (+0000) Subject: typo spotted by duncan. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d6add155a7d690c11d707f36934d62a939531381;p=oota-llvm.git typo spotted by duncan. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@88884 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/LazyValueInfo.cpp b/lib/Analysis/LazyValueInfo.cpp index 1f7f1933913..5796c6fe1ac 100644 --- a/lib/Analysis/LazyValueInfo.cpp +++ b/lib/Analysis/LazyValueInfo.cpp @@ -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 NewBlockInfo; public: