[lld] r234040 - [ELF] Fix Layout class name in the comment

Simon Atanasyan simon at atanasyan.com
Fri Apr 3 12:35:13 PDT 2015


Author: atanasyan
Date: Fri Apr  3 14:35:12 2015
New Revision: 234040

URL: http://llvm.org/viewvc/llvm-project?rev=234040&view=rev
Log:
[ELF] Fix Layout class name in the comment

No functional changes.

Modified:
    lld/trunk/lib/ReaderWriter/ELF/Layout.h

Modified: lld/trunk/lib/ReaderWriter/ELF/Layout.h
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/lib/ReaderWriter/ELF/Layout.h?rev=234040&r1=234039&r2=234040&view=diff
==============================================================================
--- lld/trunk/lib/ReaderWriter/ELF/Layout.h (original)
+++ lld/trunk/lib/ReaderWriter/ELF/Layout.h Fri Apr  3 14:35:12 2015
@@ -22,11 +22,11 @@
 namespace lld {
 namespace elf {
 
-/// \brief The ELFLayout is an abstract class for managing the final layout for
+/// \brief The Layout is an abstract class for managing the final layout for
 ///        the kind of binaries(Shared Libraries / Relocatables / Executables 0
 ///        Each architecture (Hexagon, MIPS) would have a concrete
 ///        subclass derived from Layout for generating each binary thats
-//         needed by the lld linker
+///        needed by the lld linker
 class Layout {
 public:
   typedef uint32_t SectionOrder;





More information about the llvm-commits mailing list