summaryrefslogtreecommitdiff
path: root/include/llvm/System/Signals.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/System/Signals.h')
-rw-r--r--include/llvm/System/Signals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/System/Signals.h b/include/llvm/System/Signals.h
index 1445bd461d..218cf99a24 100644
--- a/include/llvm/System/Signals.h
+++ b/include/llvm/System/Signals.h
@@ -1,4 +1,4 @@
-//===- Support/Signals.h - Signal Handling support -------------*- C++ -*-===//
+//===- Support/Signals.h - Signal Handling support --------------*- C++ -*-===//
//
// This file defines some helpful functions for dealing with the possibility of
// unix signals occuring while your program is running.