Hyphenate `target-dependent'

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11003 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Misha Brukman 2004-01-28 20:43:01 +00:00
parent 97374d40d0
commit 7c791ed0a4

View File

@ -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.
//
//===----------------------------------------------------------------------===//