aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/llvm/System/Signals.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/llvm/System/Signals.h b/include/llvm/System/Signals.h
index 211cf111be..ebec15ea1d 100644
--- a/include/llvm/System/Signals.h
+++ b/include/llvm/System/Signals.h
@@ -1,4 +1,4 @@
-//===- Support/Signals.h - Signal Handling support --------------*- C++ -*-===//
+//===- llvm/System/Signals.h - Signal Handling support ----------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
@@ -12,8 +12,8 @@
//
//===----------------------------------------------------------------------===//
-#ifndef SUPPORT_SIGNALS_H
-#define SUPPORT_SIGNALS_H
+#ifndef LLVM_SYSTEM_SIGNALS_H
+#define LLVM_SYSTEM_SIGNALS_H
#include <string>