aboutsummaryrefslogtreecommitdiff
path: root/lib/System/Process.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/System/Process.cpp')
-rw-r--r--lib/System/Process.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/System/Process.cpp b/lib/System/Process.cpp
index ccd30b5c69..c826e5e1f7 100644
--- a/lib/System/Process.cpp
+++ b/lib/System/Process.cpp
@@ -1,10 +1,10 @@
//===-- Process.cpp - Implement OS Process Concept --------------*- C++ -*-===//
-//
+//
// The LLVM Compiler Infrastructure
//
-// This file was developed by Reid Spencer and is distributed under the
+// This file was developed by Reid Spencer and is distributed under the
// University of Illinois Open Source License. See LICENSE.TXT for details.
-//
+//
//===----------------------------------------------------------------------===//
//
// This header file implements the operating system Process concept.
@@ -19,7 +19,7 @@ using namespace sys;
//===----------------------------------------------------------------------===//
//=== WARNING: Implementation here must contain only TRULY operating system
-//=== independent code.
+//=== independent code.
//===----------------------------------------------------------------------===//
}