[lld][LinkingContext] Fix doxygen comment

llvm-svn: 190629
This commit is contained in:
Shankar Easwaran 2013-09-12 20:00:15 +00:00
parent 55b3cc5054
commit 4ff19b3c87
1 changed files with 1 additions and 1 deletions

View File

@ -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