From 714ffa36d380f200abb1468d3c0af8ece8367673 Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Mon, 8 Dec 2008 14:01:59 +0000 Subject: Fix comment typo. llvm-svn: 60697 --- llvm/lib/Analysis/BasicAliasAnalysis.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib') diff --git a/llvm/lib/Analysis/BasicAliasAnalysis.cpp b/llvm/lib/Analysis/BasicAliasAnalysis.cpp index 1604374adaf..bc30c09217c 100644 --- a/llvm/lib/Analysis/BasicAliasAnalysis.cpp +++ b/llvm/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()) -- cgit v1.2.3