From: Duncan Sands Date: Mon, 8 Dec 2008 14:01:59 +0000 (+0000) Subject: Fix comment typo. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1832705b06e0378040c5fc94042fd0b0a9ee5b61;p=oota-llvm.git Fix comment typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60697 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/BasicAliasAnalysis.cpp b/lib/Analysis/BasicAliasAnalysis.cpp index 1604374adaf..bc30c09217c 100644 --- a/lib/Analysis/BasicAliasAnalysis.cpp +++ b/lib/Analysis/BasicAliasAnalysis.cpp @@ -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())