summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2010-10-07 20:05:18 +0000
committerOwen Anderson <resistor@mac.com>2010-10-07 20:05:18 +0000
commit154c5c46fc3ec230793c58e691b6d278d474f729 (patch)
tree0fabdb14e3603d6f360fcb76181317e1c29ebd51 /lib
parent74cfb0ce1c9525cfaa4f484edf555ea18b379370 (diff)
Improve comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115966 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/Target.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Target.cpp b/lib/Target/Target.cpp
index bae4bdf8e22..9609099e914 100644
--- a/lib/Target/Target.cpp
+++ b/lib/Target/Target.cpp
@@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
//
-// This file implements the core infrastructure (including C bindings) for
+// This file implements the common infrastructure (including C bindings) for
// libLLVMTarget.a, which implements target information.
//
//===----------------------------------------------------------------------===//