diff --git a/llvm/lib/Transforms/Scalar/LowerAllocations.cpp b/llvm/lib/Transforms/Scalar/LowerAllocations.cpp index 222ca74ed164..b655a2b9e91e 100644 --- a/llvm/lib/Transforms/Scalar/LowerAllocations.cpp +++ b/llvm/lib/Transforms/Scalar/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. // //===----------------------------------------------------------------------===//