summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2009-07-07 14:56:51 (GMT)
committerBrad King <brad.king@kitware.com>2009-07-07 14:56:51 (GMT)
commit94a4a614ca62b2415fa06cbd1a3f4410f822bff1 (patch)
tree85f6ba71b7bce242a58492865c9ebff24d295523 /Source/cmTarget.h
parent34f78ee552694e95e20a312869632da06cbd1569 (diff)
downloadCMake-94a4a614ca62b2415fa06cbd1a3f4410f822bff1.zip
CMake-94a4a614ca62b2415fa06cbd1a3f4410f822bff1.tar.gz
CMake-94a4a614ca62b2415fa06cbd1a3f4410f822bff1.tar.bz2
STYLE: Fix comment on cmTarget::LinkInterface
The comment had a typo and was longer than necessary.
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index 8a8b30e..8b857e0 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -236,9 +236,8 @@ public:
bool IsImported() const {return this->IsImportedTarget;}
- /** The link interface specifies the transitive librarty
- dependencies and other information needed by targets that link
- to this target. */
+ /** The link interface specifies transitive library dependencies and
+ other information needed by targets that link to this target. */
struct LinkInterface
{
// Libraries listed in the interface.