From: Daniel Dunbar Date: Tue, 14 Apr 2009 17:42:51 +0000 (+0000) Subject: Fix comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c15830694f2bd01080e6c39a88c5b8ff2288af18;p=clang Fix comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69053 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGObjCMac.cpp b/lib/CodeGen/CGObjCMac.cpp index 153c8681a0..129472b002 100644 --- a/lib/CodeGen/CGObjCMac.cpp +++ b/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,