[ELF] Fix Layout class name in the comment

No functional changes.

llvm-svn: 234040
This commit is contained in:
Simon Atanasyan 2015-04-03 19:35:12 +00:00
parent bba452f23e
commit 400c9852cb
1 changed files with 2 additions and 2 deletions

View File

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