diff options
author | Simon Atanasyan <simon@atanasyan.com> | 2015-04-03 19:35:12 +0000 |
---|---|---|
committer | Simon Atanasyan <simon@atanasyan.com> | 2015-04-03 19:35:12 +0000 |
commit | 400c9852cbddf9368e73fd463455d3cd95b14ec1 (patch) | |
tree | 8d13eb847ca0a6e1898f46c78a3c92f71be346f7 | |
parent | bba452f23edca89f4c6cc31fd99be08a9069102b (diff) | |
download | bcm5719-llvm-400c9852cbddf9368e73fd463455d3cd95b14ec1.tar.gz bcm5719-llvm-400c9852cbddf9368e73fd463455d3cd95b14ec1.zip |
[ELF] Fix Layout class name in the comment
No functional changes.
llvm-svn: 234040
-rw-r--r-- | lld/lib/ReaderWriter/ELF/Layout.h | 4 |
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; |