From f3d89dee333e23267359da6f643367f4162532ce Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 16 Nov 2009 03:51:42 +0000 Subject: [PATCH] typo spotted by duncan. llvm-svn: 88884 --- lib/Analysis/LazyValueInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: