diff options
Diffstat (limited to 'llvm/lib/Transforms/IPO')
-rw-r--r-- | llvm/lib/Transforms/IPO/RaiseAllocations.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/IPO/RaiseAllocations.cpp b/llvm/lib/Transforms/IPO/RaiseAllocations.cpp index 4d5650f90aa..8a35bc39e6b 100644 --- a/llvm/lib/Transforms/IPO/RaiseAllocations.cpp +++ b/llvm/lib/Transforms/IPO/RaiseAllocations.cpp @@ -186,7 +186,7 @@ bool RaiseAllocations::runOnModule(Module &M) { // If no prototype was provided for free, we may need to cast the // source pointer. This should be really uncommon, but it's necessary - // just in case we are dealing with wierd code like this: + // just in case we are dealing with weird code like this: // free((long)ptr); // Value *Source = *CS.arg_begin(); |