summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-12-12 03:43:30 +0000
committerChris Lattner <sabre@nondot.org>2002-12-12 03:43:30 +0000
commit5bd7897ac2fae21fe93622af94ea776bf51ebdb1 (patch)
tree37b1c6ea18d0091fb3c492f54baa0d5623b66dfb
parentd9676ed983a27c61a5803e0aa008ff07fa797fde (diff)
downloadbcm5719-llvm-5bd7897ac2fae21fe93622af94ea776bf51ebdb1.tar.gz
bcm5719-llvm-5bd7897ac2fae21fe93622af94ea776bf51ebdb1.zip
Fix header
llvm-svn: 4966
-rw-r--r--llvm/include/Support/Signals.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/include/Support/Signals.h b/llvm/include/Support/Signals.h
index 34e55b651f7..1445bd461db 100644
--- a/llvm/include/Support/Signals.h
+++ b/llvm/include/Support/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.
@@ -16,3 +16,4 @@
void RemoveFileOnSignal(const std::string &Filename);
#endif
+
OpenPOWER on IntegriCloud