diff options
| author | Misha Brukman <brukman+llvm@gmail.com> | 2003-10-10 17:42:19 +0000 |
|---|---|---|
| committer | Misha Brukman <brukman+llvm@gmail.com> | 2003-10-10 17:42:19 +0000 |
| commit | aa7d26c8c8da1fd456bc1dbd4031110afdecc0d3 (patch) | |
| tree | e76c3b30a5ee38b0ea4c0b8d59843afc106ead67 /llvm/lib/ExecutionEngine/Interpreter/Execution.cpp | |
| parent | 80f283b316c12e15ba3db8b92e9b32b56b25406e (diff) | |
| download | bcm5719-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.cpp | 2 |
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(); |

