[ELF] Fix typo in header guard. NFC.
authorSam Clegg <sbc@chromium.org>
Thu, 16 May 2019 00:45:50 +0000 (00:45 +0000)
committerSam Clegg <sbc@chromium.org>
Thu, 16 May 2019 00:45:50 +0000 (00:45 +0000)
llvm-svn: 360832

lld/ELF/SyntheticSections.h

index fead009..e848d0d 100644 (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"