From: Sam Clegg Date: Thu, 16 May 2019 00:45:50 +0000 (+0000) Subject: [ELF] Fix typo in header guard. NFC. X-Git-Tag: llvmorg-10-init~5444 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e7ab59eda98094183cd4d75f5edde9e07e27072b;p=platform%2Fupstream%2Fllvm.git [ELF] Fix typo in header guard. NFC. llvm-svn: 360832 --- diff --git a/lld/ELF/SyntheticSections.h b/lld/ELF/SyntheticSections.h index fead009..e848d0d 100644 --- a/lld/ELF/SyntheticSections.h +++ b/lld/ELF/SyntheticSections.h @@ -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"