[llvm-commits] [llvm] r49504 - /llvm/trunk/lib/Analysis/MemoryDependenceAnalysis.cpp

Dan Gohman gohman at apple.com
Thu Apr 10 16:02:38 PDT 2008


Author: djg
Date: Thu Apr 10 18:02:38 2008
New Revision: 49504

URL: http://llvm.org/viewvc/llvm-project?rev=49504&view=rev
Log:
Fix a typo in a comment.

Modified:
    llvm/trunk/lib/Analysis/MemoryDependenceAnalysis.cpp

Modified: llvm/trunk/lib/Analysis/MemoryDependenceAnalysis.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Analysis/MemoryDependenceAnalysis.cpp?rev=49504&r1=49503&r2=49504&view=diff

==============================================================================
--- llvm/trunk/lib/Analysis/MemoryDependenceAnalysis.cpp (original)
+++ llvm/trunk/lib/Analysis/MemoryDependenceAnalysis.cpp Thu Apr 10 18:02:38 2008
@@ -298,7 +298,7 @@
 }
 
 /// 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,





More information about the llvm-commits mailing list