summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/RaiseAllocations.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-02-27 06:18:25 +0000
committerChris Lattner <sabre@nondot.org>2005-02-27 06:18:25 +0000
commitda895d63377b421dc50117befb2bec80d2973526 (patch)
tree4544a49d23c4692c9e14236a5ffa6297b5001c64 /lib/Transforms/IPO/RaiseAllocations.cpp
parentf8db8a04328f11fada2cf81f4b8b2431b3fb1548 (diff)
downloadllvm-da895d63377b421dc50117befb2bec80d2973526.tar.gz
llvm-da895d63377b421dc50117befb2bec80d2973526.tar.bz2
llvm-da895d63377b421dc50117befb2bec80d2973526.tar.xz
Fix spelling, patch contributed by Gabor Greif!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20343 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/IPO/RaiseAllocations.cpp')
-rw-r--r--lib/Transforms/IPO/RaiseAllocations.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/IPO/RaiseAllocations.cpp b/lib/Transforms/IPO/RaiseAllocations.cpp
index 4d5650f90a..8a35bc39e6 100644
--- a/lib/Transforms/IPO/RaiseAllocations.cpp
+++ b/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();