From 7c791ed0a4703ad476c9226d756fdb4032431f86 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Wed, 28 Jan 2004 20:43:01 +0000 Subject: [PATCH] Hyphenate `target-dependent' git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11003 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/Utils/LowerAllocations.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Transforms/Utils/LowerAllocations.cpp b/lib/Transforms/Utils/LowerAllocations.cpp index 222ca74ed16..b655a2b9e91 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. // //===----------------------------------------------------------------------===// -- 2.34.1