From 250f976eb38b19e040d34a2344bf6a3a9e69d3c2 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Thu, 11 Sep 2003 15:31:17 +0000 Subject: Spell `definitely' correctly. llvm-svn: 8466 --- llvm/lib/Analysis/LoadValueNumbering.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Analysis/LoadValueNumbering.cpp') diff --git a/llvm/lib/Analysis/LoadValueNumbering.cpp b/llvm/lib/Analysis/LoadValueNumbering.cpp index b433de3d53f..79e071d5043 100644 --- a/llvm/lib/Analysis/LoadValueNumbering.cpp +++ b/llvm/lib/Analysis/LoadValueNumbering.cpp @@ -85,7 +85,7 @@ void LoadVN::getAnalysisUsage(AnalysisUsage &AU) const { void LoadVN::getEqualNumberNodes(Value *V, std::vector &RetVals) const { // If the alias analysis has any must alias information to share with us, we - // can definately use it. + // can definitely use it. if (isa(V->getType())) getAnalysis().getMustAliases(V, RetVals); -- cgit v1.2.3