summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/ELF/Layout.h
diff options
context:
space:
mode:
Diffstat (limited to 'lld/lib/ReaderWriter/ELF/Layout.h')
-rw-r--r--lld/lib/ReaderWriter/ELF/Layout.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/lib/ReaderWriter/ELF/Layout.h b/lld/lib/ReaderWriter/ELF/Layout.h
index 83914335dd0..e5f41475ca8 100644
--- a/lld/lib/ReaderWriter/ELF/Layout.h
+++ b/lld/lib/ReaderWriter/ELF/Layout.h
@@ -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;
OpenPOWER on IntegriCloud