commit | 4b01c636e993d8e1624eaaf807c6e1c7d215e1ad | [log] [tgz] |
---|---|---|
author | Duncan Sands <baldrick@free.fr> | Thu Sep 11 19:41:10 2008 +0000 |
committer | Duncan Sands <baldrick@free.fr> | Thu Sep 11 19:41:10 2008 +0000 |
tree | bb9938e95e417b43630cd7252341b4ff6e414e70 | |
parent | 15366c7234e359efef8b90c7cfc981a0b2f35999 [diff] [blame] |
Fix comment typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56116 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Analysis/MemoryDependenceAnalysis.cpp b/lib/Analysis/MemoryDependenceAnalysis.cpp index c93a680..d5b0afc 100644 --- a/lib/Analysis/MemoryDependenceAnalysis.cpp +++ b/lib/Analysis/MemoryDependenceAnalysis.cpp
@@ -97,7 +97,7 @@ 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();