summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/LowerAllocations.cpp
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-08-21 22:14:26 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-08-21 22:14:26 +0000
commitef6a6a69ff1e1b709d0acb315b9f6c926c67a778 (patch)
tree7d59340142e117b47b4df22e5b6e54e46b93f4f9 /lib/Transforms/Utils/LowerAllocations.cpp
parente287cfdfd0815ac5c80c72c0913a45ca98993a28 (diff)
downloadllvm-ef6a6a69ff1e1b709d0acb315b9f6c926c67a778.tar.gz
llvm-ef6a6a69ff1e1b709d0acb315b9f6c926c67a778.tar.bz2
llvm-ef6a6a69ff1e1b709d0acb315b9f6c926c67a778.tar.xz
The word `dependent' has no `a'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8030 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Utils/LowerAllocations.cpp')
-rw-r--r--lib/Transforms/Utils/LowerAllocations.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Utils/LowerAllocations.cpp b/lib/Transforms/Utils/LowerAllocations.cpp
index 8d75ae8e8c..97e2b997cf 100644
--- a/lib/Transforms/Utils/LowerAllocations.cpp
+++ b/lib/Transforms/Utils/LowerAllocations.cpp
@@ -1,6 +1,6 @@
//===- LowerAllocations.cpp - Reduce malloc & free insts to calls ---------===//
//
-// The LowerAllocations transformation is a target dependant tranformation
+// The LowerAllocations transformation is a target dependent tranformation
// because it depends on the size of data types and alignment constraints.
//
//===----------------------------------------------------------------------===//