[lld] r190629 - [lld][LinkingContext] Fix doxygen comment

Shankar Easwaran shankare at codeaurora.org
Thu Sep 12 13:00:16 PDT 2013


Author: shankare
Date: Thu Sep 12 15:00:15 2013
New Revision: 190629

URL: http://llvm.org/viewvc/llvm-project?rev=190629&view=rev
Log:
[lld][LinkingContext] Fix doxygen comment

Modified:
    lld/trunk/include/lld/Core/LinkingContext.h

Modified: lld/trunk/include/lld/Core/LinkingContext.h
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/include/lld/Core/LinkingContext.h?rev=190629&r1=190628&r2=190629&view=diff
==============================================================================
--- lld/trunk/include/lld/Core/LinkingContext.h (original)
+++ lld/trunk/include/lld/Core/LinkingContext.h Thu Sep 12 15:00:15 2013
@@ -258,7 +258,7 @@ public:
   /// more lld::File objects. Subclasses of LinkingContext must implement this
   /// method.
   ///
-  /// \param inputBuff This is an in-memory read-only copy of the input file.
+  /// \param input This is an in-memory read-only copy of the input file.
   /// If the resulting lld::File object will contain pointers into
   /// this memory buffer, the lld::File object should take ownership
   /// of the buffer.  Otherwise core linking will maintain ownership of the





More information about the llvm-commits mailing list