aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/MemoryDependenceAnalysis.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-04-10 23:02:38 +0000
committerDan Gohman <gohman@apple.com>2008-04-10 23:02:38 +0000
commitc04575f494395412275389efbe152c8ed6129030 (patch)
treeb0cb0bc2fe96ef5074b94b2906fd9dd6297ea5ac /lib/Analysis/MemoryDependenceAnalysis.cpp
parentb1e07ec6a43383ce0baa42e2f139550cc540f631 (diff)
downloadexternal_llvm-c04575f494395412275389efbe152c8ed6129030.zip
external_llvm-c04575f494395412275389efbe152c8ed6129030.tar.gz
external_llvm-c04575f494395412275389efbe152c8ed6129030.tar.bz2
Fix a typo in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49504 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/MemoryDependenceAnalysis.cpp')
-rw-r--r--lib/Analysis/MemoryDependenceAnalysis.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/MemoryDependenceAnalysis.cpp b/lib/Analysis/MemoryDependenceAnalysis.cpp
index 00e857d..314d6e4 100644
--- a/lib/Analysis/MemoryDependenceAnalysis.cpp
+++ b/lib/Analysis/MemoryDependenceAnalysis.cpp
@@ -298,7 +298,7 @@ void MemoryDependenceAnalysis::getNonLocalDependency(Instruction* query,
}
/// getDependency - Return the instruction on which a memory operation
-/// depends. The local paramter indicates if the query should only
+/// depends. The local parameter indicates if the query should only
/// evaluate dependencies within the same basic block.
Instruction* MemoryDependenceAnalysis::getDependency(Instruction* query,
Instruction* start,