diff options
Diffstat (limited to 'lib/Transforms/Utils/LowerAllocations.cpp')
-rw-r--r-- | lib/Transforms/Utils/LowerAllocations.cpp | 2 |
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. // //===----------------------------------------------------------------------===// |