summaryrefslogtreecommitdiffstats
path: root/lld/ELF/InputSection.h
diff options
context:
space:
mode:
Diffstat (limited to 'lld/ELF/InputSection.h')
-rw-r--r--lld/ELF/InputSection.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/ELF/InputSection.h b/lld/ELF/InputSection.h
index 9585a568378..f7c977b8740 100644
--- a/lld/ELF/InputSection.h
+++ b/lld/ELF/InputSection.h
@@ -16,7 +16,7 @@
#include "llvm/Object/ELF.h"
namespace lld {
-namespace elf2 {
+namespace elf {
template <class ELFT> class ICF;
template <class ELFT> class ObjectFile;
@@ -202,7 +202,7 @@ public:
const llvm::object::Elf_Mips_RegInfo<ELFT> *Reginfo;
};
-} // namespace elf2
+} // namespace elf
} // namespace lld
#endif
OpenPOWER on IntegriCloud