summaryrefslogtreecommitdiffstats
path: root/clang/lib
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-04-14 17:42:51 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-04-14 17:42:51 +0000
commit4527d30c3dd83a211bb980bf78b7eee0c0b7355c (patch)
treec99c597d2f6fb32230298a23554510ebed4bfda3 /clang/lib
parentdb908332e33e385b539ddee5ddbc44127e2b5570 (diff)
downloadbcm5719-llvm-4527d30c3dd83a211bb980bf78b7eee0c0b7355c.tar.gz
bcm5719-llvm-4527d30c3dd83a211bb980bf78b7eee0c0b7355c.zip
Fix comment.
llvm-svn: 69053
Diffstat (limited to 'clang/lib')
-rw-r--r--clang/lib/CodeGen/CGObjCMac.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGObjCMac.cpp b/clang/lib/CodeGen/CGObjCMac.cpp
index 153c8681a0d..129472b0025 100644
--- a/clang/lib/CodeGen/CGObjCMac.cpp
+++ b/clang/lib/CodeGen/CGObjCMac.cpp
@@ -489,7 +489,7 @@ protected:
/// \param Section - The section the variable should go into, or 0.
/// \param Align - The alignment for the variable, or 0.
/// \param AddToUsed - Whether the variable should be added to
- /// llvm.
+ /// "llvm.used".
llvm::GlobalVariable *CreateMetadataVar(const std::string &Name,
llvm::Constant *Init,
const char *Section,
OpenPOWER on IntegriCloud