]> granicus.if.org Git - clang/commitdiff
Fix comment.
authorDaniel Dunbar <daniel@zuster.org>
Tue, 14 Apr 2009 17:42:51 +0000 (17:42 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 14 Apr 2009 17:42:51 +0000 (17:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69053 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGObjCMac.cpp

index 153c8681a0d4c6290c13c482def8b02db89251de..129472b0025bdb1ab5ac13b0accf956759a5bc5a 100644 (file)
@@ -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,