OSDN Git Service

Fix comment typo.
authorDuncan Sands <baldrick@free.fr>
Mon, 8 Dec 2008 14:01:59 +0000 (14:01 +0000)
committerDuncan Sands <baldrick@free.fr>
Mon, 8 Dec 2008 14:01:59 +0000 (14:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60697 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/BasicAliasAnalysis.cpp

index 1604374..bc30c09 100644 (file)
@@ -530,7 +530,7 @@ BasicAliasAnalysis::alias(const Value *V1, unsigned V1Size,
   return MayAlias;
 }
 
-// This function is used to determin if the indices of two GEP instructions are
+// This function is used to determine if the indices of two GEP instructions are
 // equal. V1 and V2 are the indices.
 static bool IndexOperandsEqual(Value *V1, Value *V2) {
   if (V1->getType() == V2->getType())