fix typo
authorChris Lattner <sabre@nondot.org>
Mon, 11 Dec 2006 02:16:58 +0000 (02:16 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 11 Dec 2006 02:16:58 +0000 (02:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32428 91177308-0d34-0410-b5e6-96231b3b80d8

lib/VMCore/ConstantFold.cpp

index 97a55cbcf7eb5af4141bb4e6b363409d5cbc8240..b8001506f314fb4ecf46507fefbbbdfa59ac503a 100644 (file)
@@ -1156,7 +1156,7 @@ static int IdxCompare(Constant *C1, Constant *C2, const Type *ElTy) {
 /// evaluateRelation - This function determines if there is anything we can
 /// decide about the two constants provided.  This doesn't need to handle simple
 /// things like integer comparisons, but should instead handle ConstantExprs
-/// and GlobalValuess.  If we can determine that the two constants have a
+/// and GlobalValues.  If we can determine that the two constants have a
 /// particular relation to each other, we should return the corresponding SetCC
 /// code, otherwise return Instruction::BinaryOpsEnd.
 ///