From 4527d30c3dd83a211bb980bf78b7eee0c0b7355c Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Tue, 14 Apr 2009 17:42:51 +0000 Subject: [PATCH] Fix comment. llvm-svn: 69053 --- clang/lib/CodeGen/CGObjCMac.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/lib/CodeGen/CGObjCMac.cpp b/clang/lib/CodeGen/CGObjCMac.cpp index 153c8681a0d4..129472b0025b 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,