Fix old copy-n-paste errors.
authorRui Ueyama <ruiu@google.com>
Thu, 15 Sep 2016 22:26:07 +0000 (22:26 +0000)
committerRui Ueyama <ruiu@google.com>
Thu, 15 Sep 2016 22:26:07 +0000 (22:26 +0000)
llvm-svn: 281671

lld/ELF/Error.h
lld/ELF/Strings.h

index 552f504..5887e4c 100644 (file)
@@ -7,8 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLD_COFF_ERROR_H
-#define LLD_COFF_ERROR_H
+#ifndef LLD_ELF_ERROR_H
+#define LLD_ELF_ERROR_H
 
 #include "lld/Core/LLVM.h"
 
index 84d96b4..ba332f1 100644 (file)
@@ -7,8 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLD_COFF_STRINGS_H
-#define LLD_COFF_STRINGS_H
+#ifndef LLD_ELF_STRINGS_H
+#define LLD_ELF_STRINGS_H
 
 #include "lld/Core/LLVM.h"
 #include "llvm/Support/Regex.h"