aboutsummaryrefslogtreecommitdiff
path: root/lib/System/Signals.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/System/Signals.cpp')
-rw-r--r--lib/System/Signals.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/System/Signals.cpp b/lib/System/Signals.cpp
index cdd730619b..28f70289b5 100644
--- a/lib/System/Signals.cpp
+++ b/lib/System/Signals.cpp
@@ -1,10 +1,10 @@
//===- Signals.cpp - Signal Handling support --------------------*- C++ -*-===//
-//
+//
// The LLVM Compiler Infrastructure
//
// This file was developed by the LLVM research group and is distributed under
// the University of Illinois Open Source License. See LICENSE.TXT for details.
-//
+//
//===----------------------------------------------------------------------===//
//
// This file defines some helpful functions for dealing with the possibility of
@@ -20,7 +20,7 @@ using namespace sys;
//===----------------------------------------------------------------------===//
//=== WARNING: Implementation here must contain only TRULY operating system
-//=== independent code.
+//=== independent code.
//===----------------------------------------------------------------------===//
}