Hyphenate target-(in)dependent for more tasty grammar goodness (tm)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16854 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/SelectionDAG/DAGBuilder.cpp b/lib/CodeGen/SelectionDAG/DAGBuilder.cpp
index 1acc98d..c6c1c90 100644
--- a/lib/CodeGen/SelectionDAG/DAGBuilder.cpp
+++ b/lib/CodeGen/SelectionDAG/DAGBuilder.cpp
@@ -7,8 +7,8 @@
 // 
 //===----------------------------------------------------------------------===//
 //
-// This file turns an LLVM BasicBlock into a target independent SelectionDAG in
-// preparation for target specific optimizations and instruction selection.
+// This file turns an LLVM BasicBlock into a target-independent SelectionDAG in
+// preparation for target-specific optimizations and instruction selection.
 //
 //===----------------------------------------------------------------------===//