[llvm-commits] [lld] r172266 - /lld/trunk/lib/ReaderWriter/ELF/WriterELF.cpp

Michael J. Spencer bigcheesegs at gmail.com
Fri Jan 11 14:39:56 PST 2013


Author: mspencer
Date: Fri Jan 11 16:39:56 2013
New Revision: 172266

URL: http://llvm.org/viewvc/llvm-project?rev=172266&view=rev
Log:
[ELF] Fix comment.

Modified:
    lld/trunk/lib/ReaderWriter/ELF/WriterELF.cpp

Modified: lld/trunk/lib/ReaderWriter/ELF/WriterELF.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/lib/ReaderWriter/ELF/WriterELF.cpp?rev=172266&r1=172265&r2=172266&view=diff
==============================================================================
--- lld/trunk/lib/ReaderWriter/ELF/WriterELF.cpp (original)
+++ lld/trunk/lib/ReaderWriter/ELF/WriterELF.cpp Fri Jan 11 16:39:56 2013
@@ -64,7 +64,7 @@
   /// \brief Writes the chunks into the output file specified by path
   virtual error_code writeFile(const lld::File &File, StringRef path) = 0;
 
-  /// \brief Writes the chunks into the output file specified by path
+  /// \brief Get the virtual address of \p atom after layout.
   virtual uint64_t addressOfAtom(const Atom *atom) = 0;
 
   /// \brief Return the processing function to apply Relocations





More information about the llvm-commits mailing list