aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/LowerAllocations.cpp
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-01-28 20:43:01 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-01-28 20:43:01 +0000
commit7c791ed0a4703ad476c9226d756fdb4032431f86 (patch)
tree1b67c7fd33e46db52201d03275bc3922f737ad83 /lib/Transforms/Utils/LowerAllocations.cpp
parent97374d40d0724b9f5620b6493db7215790f96be6 (diff)
Hyphenate `target-dependent'
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11003 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 222ca74ed1..b655a2b9e9 100644
--- a/lib/Transforms/Utils/LowerAllocations.cpp
+++ b/lib/Transforms/Utils/LowerAllocations.cpp
@@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
//
-// The LowerAllocations transformation is a target dependent tranformation
+// The LowerAllocations transformation is a target-dependent tranformation
// because it depends on the size of data types and alignment constraints.
//
//===----------------------------------------------------------------------===//