Fix known typos
[oota-llvm.git] / lib / ExecutionEngine / Interpreter / Execution.cpp
index 5de065903d552fa8fd74d5183b368beae8c7ee81..8a101dfa27ca83605eb6836b1939ec0878ec581f 100644 (file)
@@ -1120,7 +1120,7 @@ void Interpreter::visitCallSite(CallSite CS) {
   callFunction((Function*)GVTOP(SRC), ArgVals);
 }
 
-// auxilary function for shift operations
+// auxiliary function for shift operations
 static unsigned getShiftAmount(uint64_t orgShiftAmount,
                                llvm::APInt valueToShift) {
   unsigned valueWidth = valueToShift.getBitWidth();