Fix comment typo.

llvm-svn: 56116
This commit is contained in:
Duncan Sands 2008-09-11 19:41:10 +00:00
parent d4133ac315
commit 0a6d01770f
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ Instruction* MemoryDependenceAnalysis::getCallSiteDependency(CallSite C,
BasicBlock::iterator blockBegin = C.getInstruction()->getParent()->begin();
BasicBlock::iterator QI = C.getInstruction();
// If the starting point was specifiy, use it
// If the starting point was specified, use it
if (start) {
QI = start;
blockBegin = start->getParent()->begin();