aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNate Begeman <natebegeman@mac.com>2008-03-13 23:56:36 +0000
committerNate Begeman <natebegeman@mac.com>2008-03-13 23:56:36 +0000
commit2b59a2cbfdb93fcf1a4a303e1ea7753ff1c7b319 (patch)
treefe4875ff72daf74c4e313c2d7c4a723bcc19c58c
parent7cb15939e08ea31f0fadcd24c974dbc9e4b61c01 (diff)
Fix comment
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48347 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/Basic/TargetInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Basic/TargetInfo.h b/include/clang/Basic/TargetInfo.h
index 8923b95c22..ca8ac8c6a0 100644
--- a/include/clang/Basic/TargetInfo.h
+++ b/include/clang/Basic/TargetInfo.h
@@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
//
-// This file defines the TargetInfo and TargetInfoImpl interfaces.
+// This file defines the TargetInfo interface.
//
//===----------------------------------------------------------------------===//