[ELF] Fix typo in header guard. NFC.

llvm-svn: 360832
This commit is contained in:
Sam Clegg 2019-05-16 00:45:50 +00:00
parent 46441a734e
commit e7ab59eda9
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@
//
//===----------------------------------------------------------------------===//
#ifndef LLD_ELF_SYNTHETIC_SECTION_H
#define LLD_ELF_SYNTHETIC_SECTION_H
#ifndef LLD_ELF_SYNTHETIC_SECTIONS_H
#define LLD_ELF_SYNTHETIC_SECTIONS_H
#include "DWARF.h"
#include "EhFrame.h"