diff options
author | Owen Anderson <resistor@mac.com> | 2010-10-07 20:05:18 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2010-10-07 20:05:18 +0000 |
commit | 154c5c46fc3ec230793c58e691b6d278d474f729 (patch) | |
tree | 0fabdb14e3603d6f360fcb76181317e1c29ebd51 /lib/Target/Target.cpp | |
parent | 74cfb0ce1c9525cfaa4f484edf555ea18b379370 (diff) |
Improve comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115966 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Target.cpp')
-rw-r--r-- | lib/Target/Target.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Target.cpp b/lib/Target/Target.cpp index bae4bdf8e2..9609099e91 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. // //===----------------------------------------------------------------------===// |