From aa7d26c8c8da1fd456bc1dbd4031110afdecc0d3 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Fri, 10 Oct 2003 17:42:19 +0000 Subject: Fix spelling. llvm-svn: 9021 --- llvm/lib/ExecutionEngine/Interpreter/Execution.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/ExecutionEngine/Interpreter/Execution.cpp') diff --git a/llvm/lib/ExecutionEngine/Interpreter/Execution.cpp b/llvm/lib/ExecutionEngine/Interpreter/Execution.cpp index e6ca036c3ff..7d9d727e766 100644 --- a/llvm/lib/ExecutionEngine/Interpreter/Execution.cpp +++ b/llvm/lib/ExecutionEngine/Interpreter/Execution.cpp @@ -640,7 +640,7 @@ GenericValue Interpreter::executeGEPOperation(Value *Ptr, User::op_iterator I, if (const StructType *STy = dyn_cast(Ty)) { const StructLayout *SLO = TD.getStructLayout(STy); - // Indicies must be ubyte constants... + // Indices must be ubyte constants... const ConstantUInt *CPU = cast(*I); assert(CPU->getType() == Type::UByteTy); unsigned Index = CPU->getValue(); -- cgit v1.2.3