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 | 546c11c72f3904424919b64daeb941a591decae9 (patch) | |
tree | 020c9c23234256dfe55b105a63ba01a29d2582d0 /llvm/lib/Target/Target.cpp | |
parent | f7ef5dfccc1d3fc26f3015c1249c53ada1757990 (diff) | |
download | bcm5719-llvm-546c11c72f3904424919b64daeb941a591decae9.tar.gz bcm5719-llvm-546c11c72f3904424919b64daeb941a591decae9.zip |
Improve comment.
llvm-svn: 115966
Diffstat (limited to 'llvm/lib/Target/Target.cpp')
-rw-r--r-- | llvm/lib/Target/Target.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Target.cpp b/llvm/lib/Target/Target.cpp index bae4bdf8e22..9609099e914 100644 --- a/llvm/lib/Target/Target.cpp +++ b/llvm/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. // //===----------------------------------------------------------------------===// |