summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/Interpreter/Execution.cpp
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-10-10 17:42:19 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-10-10 17:42:19 +0000
commitaa7d26c8c8da1fd456bc1dbd4031110afdecc0d3 (patch)
treee76c3b30a5ee38b0ea4c0b8d59843afc106ead67 /llvm/lib/ExecutionEngine/Interpreter/Execution.cpp
parent80f283b316c12e15ba3db8b92e9b32b56b25406e (diff)
downloadbcm5719-llvm-aa7d26c8c8da1fd456bc1dbd4031110afdecc0d3.tar.gz
bcm5719-llvm-aa7d26c8c8da1fd456bc1dbd4031110afdecc0d3.zip
Fix spelling.
llvm-svn: 9021
Diffstat (limited to 'llvm/lib/ExecutionEngine/Interpreter/Execution.cpp')
-rw-r--r--llvm/lib/ExecutionEngine/Interpreter/Execution.cpp2
1 files changed, 1 insertions, 1 deletions
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<StructType>(Ty)) {
const StructLayout *SLO = TD.getStructLayout(STy);
- // Indicies must be ubyte constants...
+ // Indices must be ubyte constants...
const ConstantUInt *CPU = cast<ConstantUInt>(*I);
assert(CPU->getType() == Type::UByteTy);
unsigned Index = CPU->getValue();
OpenPOWER on IntegriCloud