From e7ab59eda98094183cd4d75f5edde9e07e27072b Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Thu, 16 May 2019 00:45:50 +0000 Subject: [PATCH] [ELF] Fix typo in header guard. NFC. llvm-svn: 360832 --- lld/ELF/SyntheticSections.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.7.4